Method: Aws::SimpleDB::Types::DeleteAttributesRequest#expected
- Defined in:
- lib/aws-sdk-simpledb/types.rb
#expected ⇒ Types::UpdateCondition
The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.
125 126 127 128 129 130 131 132 |
# File 'lib/aws-sdk-simpledb/types.rb', line 125 class DeleteAttributesRequest < Struct.new( :domain_name, :item_name, :attributes, :expected) SENSITIVE = [] include Aws::Structure end |