Class: Aws::NetworkManager::Types::DisassociateLinkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DisassociateLinkResponse
- Defined in:
- gems/aws-sdk-networkmanager/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.
2319 2320 2321 2322 2323 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2319 class DisassociateLinkResponse < Struct.new( :link_association) SENSITIVE = [] include Aws::Structure end |