Class: Aws::NetworkManager::Types::UpdateConnectionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (String)


5345
5346
5347
5348
5349
5350
5351
5352
5353
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5345

class UpdateConnectionRequest < Struct.new(
  :global_network_id,
  :connection_id,
  :link_id,
  :connected_link_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#connection_idString

The ID of the connection.

Returns:

  • (String)


5345
5346
5347
5348
5349
5350
5351
5352
5353
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5345

class UpdateConnectionRequest < Struct.new(
  :global_network_id,
  :connection_id,
  :link_id,
  :connected_link_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the connection.

Length Constraints: Maximum length of 256 characters.

Returns:

  • (String)


5345
5346
5347
5348
5349
5350
5351
5352
5353
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5345

class UpdateConnectionRequest < Struct.new(
  :global_network_id,
  :connection_id,
  :link_id,
  :connected_link_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#global_network_idString

The ID of the global network.

Returns:

  • (String)


5345
5346
5347
5348
5349
5350
5351
5352
5353
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5345

class UpdateConnectionRequest < Struct.new(
  :global_network_id,
  :connection_id,
  :link_id,
  :connected_link_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

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

Returns:

  • (String)


5345
5346
5347
5348
5349
5350
5351
5352
5353
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5345

class UpdateConnectionRequest < Struct.new(
  :global_network_id,
  :connection_id,
  :link_id,
  :connected_link_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end