Class: Aws::CloudDirectory::Types::GetLinkAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::GetLinkAttributesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
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.
3023 3024 3025 3026 3027 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3023 class GetLinkAttributesResponse < Struct.new( :attributes) SENSITIVE = [] include Aws::Structure end |