Class: Aws::NetworkManager::Types::AssociateConnectPeerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::AssociateConnectPeerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connect_peer_id ⇒ String
The ID of the Connect peer.
-
#device_id ⇒ String
The ID of the device.
-
#global_network_id ⇒ String
The ID of your global network.
-
#link_id ⇒ String
The ID of the link.
Instance Attribute Details
#connect_peer_id ⇒ String
The ID of the Connect peer.
109 110 111 112 113 114 115 116 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 109 class AssociateConnectPeerRequest < Struct.new( :global_network_id, :connect_peer_id, :device_id, :link_id) SENSITIVE = [] include Aws::Structure end |
#device_id ⇒ String
The ID of the device.
109 110 111 112 113 114 115 116 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 109 class AssociateConnectPeerRequest < Struct.new( :global_network_id, :connect_peer_id, :device_id, :link_id) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of your global network.
109 110 111 112 113 114 115 116 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 109 class AssociateConnectPeerRequest < Struct.new( :global_network_id, :connect_peer_id, :device_id, :link_id) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The ID of the link.
109 110 111 112 113 114 115 116 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 109 class AssociateConnectPeerRequest < Struct.new( :global_network_id, :connect_peer_id, :device_id, :link_id) SENSITIVE = [] include Aws::Structure end |