Class: Aws::SimpleDB::Types::ReplaceableItem

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

#attributesArray<Types::ReplaceableAttribute>

The list of attributes for a replaceable item.

Returns:



492
493
494
495
496
497
# File 'gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb', line 492

class ReplaceableItem < Struct.new(
  :name,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the replaceable item.

Returns:

  • (String)


492
493
494
495
496
497
# File 'gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb', line 492

class ReplaceableItem < Struct.new(
  :name,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end