Class: Aws::NetworkManager::Types::Connection

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

Describes a connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connected_device_idString

The ID of the second device in the connection.

Returns:

  • (String)


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

The ID of the link for the second device in the connection.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the connection.

Returns:

  • (String)


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_idString

The ID of the connection.

Returns:

  • (String)


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_atTime

The date and time that the connection was created.

Returns:

  • (Time)


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

#descriptionString

The description of the connection.

Returns:

  • (String)


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_idString

The ID of the first device in the connection.

Returns:

  • (String)


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_idString

The ID of the global network.

Returns:

  • (String)


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

The ID of the link for the first device in the connection.

Returns:

  • (String)


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

#stateString

The state of the connection.

Returns:

  • (String)


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

#tagsArray<Types::Tag>

The tags for the connection.

Returns:



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