You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SimpleDB::Types::BatchPutAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDB::Types::BatchPutAttributesRequest
- Defined in:
- (unknown)
Overview
Note:
When passing BatchPutAttributesRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
domain_name: "String", # required
items: [ # required
{
name: "String", # required
attributes: [ # required
{
name: "String", # required
value: "String", # required
replace: false,
},
],
},
],
}
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of the domain in which the attributes are being stored.
-
#items ⇒ Array<Types::ReplaceableItem>
A list of items on which to perform the operation.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain in which the attributes are being stored.
#items ⇒ Array<Types::ReplaceableItem>
A list of items on which to perform the operation.