Class: Aws::SimpleDB::Types::PutAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDB::Types::PutAttributesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simpledb/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::ReplaceableAttribute>
The list of attributes.
-
#domain_name ⇒ String
The name of the domain in which to perform the operation.
-
#expected ⇒ Types::UpdateCondition
The update condition which, if specified, determines whether the specified attributes will be updated or not.
-
#item_name ⇒ String
The name of the item.
Instance Attribute Details
#attributes ⇒ Array<Types::ReplaceableAttribute>
The list of attributes.
455 456 457 458 459 460 461 462 |
# File 'lib/aws-sdk-simpledb/types.rb', line 455 class PutAttributesRequest < Struct.new( :domain_name, :item_name, :attributes, :expected) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the domain in which to perform the operation.
455 456 457 458 459 460 461 462 |
# File 'lib/aws-sdk-simpledb/types.rb', line 455 class PutAttributesRequest < Struct.new( :domain_name, :item_name, :attributes, :expected) SENSITIVE = [] include Aws::Structure end |
#expected ⇒ Types::UpdateCondition
The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.
455 456 457 458 459 460 461 462 |
# File 'lib/aws-sdk-simpledb/types.rb', line 455 class PutAttributesRequest < Struct.new( :domain_name, :item_name, :attributes, :expected) SENSITIVE = [] include Aws::Structure end |
#item_name ⇒ String
The name of the item.
455 456 457 458 459 460 461 462 |
# File 'lib/aws-sdk-simpledb/types.rb', line 455 class PutAttributesRequest < Struct.new( :domain_name, :item_name, :attributes, :expected) SENSITIVE = [] include Aws::Structure end |