Class: Aws::SimpleDB::Types::GetAttributesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDB::Types::GetAttributesResult
- Defined in:
- gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::Attribute>
The list of attributes returned by the operation.
Instance Attribute Details
#attributes ⇒ Array<Types::Attribute>
The list of attributes returned by the operation.
352 353 354 355 356 |
# File 'gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb', line 352 class GetAttributesResult < Struct.new( :attributes) SENSITIVE = [] include Aws::Structure end |