Class: Aws::CloudDirectory::Types::GetObjectAttributesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::AttributeKeyAndValue>

The attributes that are associated with the object.

Returns:



3071
3072
3073
3074
3075
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3071

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