# File lib/aws/dynamo_db/item_collection.rb, line 263
        def initialize(items, attribute)
          @items = items
          @attribute = attribute
        end