Class: Aws::SimpleDB::Types::Item
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDB::Types::Item
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simpledb/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #alternate_name_encoding ⇒ String
-
#attributes ⇒ Array<Types::Attribute>
A list of attributes.
-
#name ⇒ String
The name of the item.
Instance Attribute Details
#alternate_name_encoding ⇒ String
308 309 310 311 312 313 314 |
# File 'lib/aws-sdk-simpledb/types.rb', line 308 class Item < Struct.new( :name, :alternate_name_encoding, :attributes) SENSITIVE = [] include Aws::Structure end |
#attributes ⇒ Array<Types::Attribute>
A list of attributes.
308 309 310 311 312 313 314 |
# File 'lib/aws-sdk-simpledb/types.rb', line 308 class Item < Struct.new( :name, :alternate_name_encoding, :attributes) SENSITIVE = [] include Aws::Structure end |