Class: Aws::SimpleDB::Types::GetAttributesResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::Attribute>

The list of attributes returned by the operation.

Returns:



236
237
238
239
240
# File 'gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb', line 236

class GetAttributesResult < Struct.new(
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end