Class: Aws::SimpleDB::Types::DeletableItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDB::Types::DeletableItem
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simpledb/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#attributes ⇒ Array<Types::Attribute>
95 96 97 98 99 100 |
# File 'lib/aws-sdk-simpledb/types.rb', line 95 class DeletableItem < Struct.new( :name, :attributes) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
95 96 97 98 99 100 |
# File 'lib/aws-sdk-simpledb/types.rb', line 95 class DeletableItem < Struct.new( :name, :attributes) SENSITIVE = [] include Aws::Structure end |