Class: Aws::NetworkManager::Types::UpdateConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::UpdateConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connected_link_id ⇒ String
The ID of the link for the second device in the connection.
-
#connection_id ⇒ String
The ID of the connection.
-
#description ⇒ String
A description of the connection.
-
#global_network_id ⇒ String
The ID of the global network.
-
#link_id ⇒ String
The ID of the link for the first device in the connection.
Instance Attribute Details
#connected_link_id ⇒ String
The ID of the link for the second device in the connection.
5774 5775 5776 5777 5778 5779 5780 5781 5782 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5774 class UpdateConnectionRequest < Struct.new( :global_network_id, :connection_id, :link_id, :connected_link_id, :description) SENSITIVE = [] include Aws::Structure end |
#connection_id ⇒ String
The ID of the connection.
5774 5775 5776 5777 5778 5779 5780 5781 5782 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5774 class UpdateConnectionRequest < Struct.new( :global_network_id, :connection_id, :link_id, :connected_link_id, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the connection.
Length Constraints: Maximum length of 256 characters.
5774 5775 5776 5777 5778 5779 5780 5781 5782 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5774 class UpdateConnectionRequest < Struct.new( :global_network_id, :connection_id, :link_id, :connected_link_id, :description) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
5774 5775 5776 5777 5778 5779 5780 5781 5782 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5774 class UpdateConnectionRequest < Struct.new( :global_network_id, :connection_id, :link_id, :connected_link_id, :description) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The ID of the link for the first device in the connection.
5774 5775 5776 5777 5778 5779 5780 5781 5782 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5774 class UpdateConnectionRequest < Struct.new( :global_network_id, :connection_id, :link_id, :connected_link_id, :description) SENSITIVE = [] include Aws::Structure end |