# File lib/aws/dynamo_db/item_collection.rb, line 350
        def not_null
          @items.with_filter(attribute, "NOT_NULL")
        end