Method: Aws::SimpleDB::Types::UpdateCondition#value
- Defined in:
- lib/aws-sdk-simpledb/types.rb
#value ⇒ String
The value of an attribute. This value can only be specified when the ‘Exists` parameter is equal to `true`.
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 |