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

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

The link association.



197
198
199
200
201
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 197

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