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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



6371
6372
6373
6374
6375
6376
6377
6378
6379
# File 'lib/aws-sdk-networkmanager/types.rb', line 6371

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.



6371
6372
6373
6374
6375
6376
6377
6378
6379
# File 'lib/aws-sdk-networkmanager/types.rb', line 6371

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.



6371
6372
6373
6374
6375
6376
6377
6378
6379
# File 'lib/aws-sdk-networkmanager/types.rb', line 6371

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.



6371
6372
6373
6374
6375
6376
6377
6378
6379
# File 'lib/aws-sdk-networkmanager/types.rb', line 6371

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.



6371
6372
6373
6374
6375
6376
6377
6378
6379
# File 'lib/aws-sdk-networkmanager/types.rb', line 6371

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