Method: Aws::SimpleDB::Types::UpdateCondition#exists

Defined in:
lib/aws-sdk-simpledb/types.rb

#existsBoolean

A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied. Specify true if the attribute must exist for the update condition to be satisfied. Specify false if the attribute should not exist in order for the update condition to be satisfied.

Returns:



580
581
582
583
584
585
586
# File 'lib/aws-sdk-simpledb/types.rb', line 580

class UpdateCondition < Struct.new(
  :name,
  :value,
  :exists)
  SENSITIVE = []
  include Aws::Structure
end