class Aws::SimpleDB::Types::BatchPutAttributesRequest
@note When making an API call, you may pass BatchPutAttributesRequest
data as a hash: { domain_name: "String", # required items: [ # required { name: "String", # required attributes: [ # required { name: "String", # required value: "String", # required replace: false, }, ], }, ], }
@!attribute [rw] domain_name
The name of the domain in which the attributes are being stored. @return [String]
@!attribute [rw] items
A list of items on which to perform the operation. @return [Array<Types::ReplaceableItem>]
Constants
- SENSITIVE