Class: Aws::CloudDirectory::Types::BatchGetLinkAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchGetLinkAttributesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Represents the output of a GetLinkAttributes response operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::AttributeKeyAndValue>
The attributes that are associated with the typed link.
Instance Attribute Details
#attributes ⇒ Array<Types::AttributeKeyAndValue>
The attributes that are associated with the typed link.
782 783 784 785 786 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 782 class BatchGetLinkAttributesResponse < Struct.new( :attributes) SENSITIVE = [] include Aws::Structure end |