Class: Aws::CloudDirectory::Types::BatchGetLinkAttributesResponse

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

Overview

Represents the output of a GetLinkAttributes response operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::AttributeKeyAndValue>

The attributes that are associated with the typed link.

Returns:



782
783
784
785
786
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 782

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