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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/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)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 664

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)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 664

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)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 664

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)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 664

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)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 664

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)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 664

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)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 664

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)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 664

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)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 664

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)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 664

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:



664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 664

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