Class: Aws::NetworkManager::Types::AssociateLinkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::AssociateLinkResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#link_association ⇒ Types::LinkAssociation
The link association.
Instance Attribute Details
#link_association ⇒ Types::LinkAssociation
The link association.
197 198 199 200 201 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 197 class AssociateLinkResponse < Struct.new( :link_association) SENSITIVE = [] include Aws::Structure end |