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.
2583 2584 2585 2586 2587 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2583 class DisassociateLinkResponse < Struct.new( :link_association) SENSITIVE = [] include Aws::Structure end |