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