# File lib/aws/dynamo_db/item_collection.rb, line 308
        def greater_than value
          @items.with_filter(attribute, "GT", value)
        end