# File lib/aws/dynamo_db/item_collection.rb, line 382 def does_not_contain value @items.with_filter(attribute, "NOT_CONTAINS", value) end