Class: Aws::NetworkManager::Types::DisassociateLinkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DisassociateLinkResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#link_association ⇒ Types::LinkAssociation
Information about the link association.
Instance Attribute Details
#link_association ⇒ Types::LinkAssociation
Information about the link association.
2565 2566 2567 2568 2569 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2565 class DisassociateLinkResponse < Struct.new( :link_association) SENSITIVE = [] include Aws::Structure end |