Class: Aws::SimpleDB::Types::BatchDeleteAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDB::Types::BatchDeleteAttributesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simpledb/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of the domain in which the attributes are being deleted.
-
#items ⇒ Array<Types::DeletableItem>
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 deleted.
55 56 57 58 59 60 |
# File 'lib/aws-sdk-simpledb/types.rb', line 55 class BatchDeleteAttributesRequest < Struct.new( :domain_name, :items) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::DeletableItem>
A list of items on which to perform the operation.
55 56 57 58 59 60 |
# File 'lib/aws-sdk-simpledb/types.rb', line 55 class BatchDeleteAttributesRequest < Struct.new( :domain_name, :items) SENSITIVE = [] include Aws::Structure end |