Class: Aws::NetworkManager::Types::AssociateLinkResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

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