Method: Aws::SimpleDB::Types::UpdateCondition#name

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

#nameString

The name of the attribute involved in the condition.

Returns:

  • (String)


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