Class: Aws::NetworkManager::Types::CreateLinkResponse

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.

Returns:



1547
1548
1549
1550
1551
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1547

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