Class: Aws::SimpleDB::Types::ReplaceableItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDB::Types::ReplaceableItem
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simpledb/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::ReplaceableAttribute>
The list of attributes for a replaceable item.
-
#name ⇒ String
The name of the replaceable item.
Instance Attribute Details
#attributes ⇒ Array<Types::ReplaceableAttribute>
The list of attributes for a replaceable item.
492 493 494 495 496 497 |
# File 'lib/aws-sdk-simpledb/types.rb', line 492 class ReplaceableItem < Struct.new( :name, :attributes) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the replaceable item.
492 493 494 495 496 497 |
# File 'lib/aws-sdk-simpledb/types.rb', line 492 class ReplaceableItem < Struct.new( :name, :attributes) SENSITIVE = [] include Aws::Structure end |