# File lib/aws/dynamo_db/item_collection.rb, line 393
        def begins_with value
          @items.with_filter(attribute, "BEGINS_WITH", value)
        end