Class: Aws::SimpleDB::Types::GetAttributesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDB::Types::GetAttributesResult
- Includes:
- Aws::Structure
- Defined in:
- 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.
236 237 238 239 240 |
# File 'lib/aws-sdk-simpledb/types.rb', line 236 class GetAttributesResult < Struct.new( :attributes) SENSITIVE = [] include Aws::Structure end |