Class: Aws::CloudDirectory::Types::GetLinkAttributesResponse

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 typed link.

Returns:



3023
3024
3025
3026
3027
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3023

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