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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-clouddirectory/types.rb', line 3071

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