# File lib/aws/dynamo_db/item_collection.rb, line 405
        def in *values
          @items.with_filter(attribute, "IN", *values)
        end