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

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

Information about the link.

Returns:



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

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