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.
5792 5793 5794 5795 5796 5797 5798 5799 5800 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5792 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.
5792 5793 5794 5795 5796 5797 5798 5799 5800 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5792 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.
5792 5793 5794 5795 5796 5797 5798 5799 5800 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5792 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.
5792 5793 5794 5795 5796 5797 5798 5799 5800 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5792 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.
5792 5793 5794 5795 5796 5797 5798 5799 5800 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5792 class UpdateConnectionRequest < Struct.new( :global_network_id, :connection_id, :link_id, :connected_link_id, :description) SENSITIVE = [] include Aws::Structure end |