Class: Aws::NetworkManager::Types::Connection
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::Connection
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes a connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connected_device_id ⇒ String
The ID of the second device in the connection.
-
#connected_link_id ⇒ String
The ID of the link for the second device in the connection.
-
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of the connection.
-
#connection_id ⇒ String
The ID of the connection.
-
#created_at ⇒ Time
The date and time that the connection was created.
-
#description ⇒ String
The description of the connection.
-
#device_id ⇒ String
The ID of the first device in 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.
-
#state ⇒ String
The state of the connection.
-
#tags ⇒ Array<Types::Tag>
The tags for the connection.
Instance Attribute Details
#connected_device_id ⇒ String
The ID of the second device in the connection.
753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 753 class Connection < Struct.new( :connection_id, :connection_arn, :global_network_id, :device_id, :connected_device_id, :link_id, :connected_link_id, :description, :created_at, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#connected_link_id ⇒ String
The ID of the link for the second device in the connection.
753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 753 class Connection < Struct.new( :connection_id, :connection_arn, :global_network_id, :device_id, :connected_device_id, :link_id, :connected_link_id, :description, :created_at, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of the connection.
753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 753 class Connection < Struct.new( :connection_id, :connection_arn, :global_network_id, :device_id, :connected_device_id, :link_id, :connected_link_id, :description, :created_at, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#connection_id ⇒ String
The ID of the connection.
753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 753 class Connection < Struct.new( :connection_id, :connection_arn, :global_network_id, :device_id, :connected_device_id, :link_id, :connected_link_id, :description, :created_at, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the connection was created.
753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 753 class Connection < Struct.new( :connection_id, :connection_arn, :global_network_id, :device_id, :connected_device_id, :link_id, :connected_link_id, :description, :created_at, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the connection.
753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 753 class Connection < Struct.new( :connection_id, :connection_arn, :global_network_id, :device_id, :connected_device_id, :link_id, :connected_link_id, :description, :created_at, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#device_id ⇒ String
The ID of the first device in the connection.
753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 753 class Connection < Struct.new( :connection_id, :connection_arn, :global_network_id, :device_id, :connected_device_id, :link_id, :connected_link_id, :description, :created_at, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 753 class Connection < Struct.new( :connection_id, :connection_arn, :global_network_id, :device_id, :connected_device_id, :link_id, :connected_link_id, :description, :created_at, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The ID of the link for the first device in the connection.
753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 753 class Connection < Struct.new( :connection_id, :connection_arn, :global_network_id, :device_id, :connected_device_id, :link_id, :connected_link_id, :description, :created_at, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the connection.
753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 753 class Connection < Struct.new( :connection_id, :connection_arn, :global_network_id, :device_id, :connected_device_id, :link_id, :connected_link_id, :description, :created_at, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags for the connection.
753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 753 class Connection < Struct.new( :connection_id, :connection_arn, :global_network_id, :device_id, :connected_device_id, :link_id, :connected_link_id, :description, :created_at, :state, :tags) SENSITIVE = [] include Aws::Structure end |