Class: Aws::SimpleDB::Types::BatchPutAttributesRequest

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 stored.

Returns:

  • (String)


70
71
72
73
74
75
# File 'gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb', line 70

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

#itemsArray<Types::ReplaceableItem>

A list of items on which to perform the operation.

Returns:



70
71
72
73
74
75
# File 'gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb', line 70

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