Class: Aws::NetworkManager::Types::DisassociateLinkResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

Information about the link association.



2334
2335
2336
2337
2338
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2334

class DisassociateLinkResponse < Struct.new(
  :link_association)
  SENSITIVE = []
  include Aws::Structure
end