Class: Aws::SimpleDB::Types::BatchDeleteAttributesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the domain in which the attributes are being deleted.

Returns:

  • (String)


55
56
57
58
59
60
# File 'gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb', line 55

class BatchDeleteAttributesRequest < Struct.new(
  :domain_name,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#itemsArray<Types::DeletableItem>

A list of items on which to perform the operation.

Returns:



55
56
57
58
59
60
# File 'gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb', line 55

class BatchDeleteAttributesRequest < Struct.new(
  :domain_name,
  :items)
  SENSITIVE = []
  include Aws::Structure
end