Class: Aws::DirectConnect::Types::UpdateConnectionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_idString

The ID of the dedicated connection.

You can use DescribeConnections to retrieve the connection ID.

Returns:

  • (String)


3477
3478
3479
3480
3481
3482
3483
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3477

class UpdateConnectionRequest < Struct.new(
  :connection_id,
  :connection_name,
  :encryption_mode)
  SENSITIVE = []
  include Aws::Structure
end

#connection_nameString

The name of the connection.

Returns:

  • (String)


3477
3478
3479
3480
3481
3482
3483
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3477

class UpdateConnectionRequest < Struct.new(
  :connection_id,
  :connection_name,
  :encryption_mode)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_modeString

The connection MAC Security (MACsec) encryption mode.

The valid values are no_encrypt, should_encrypt, and must_encrypt.

Returns:

  • (String)


3477
3478
3479
3480
3481
3482
3483
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3477

class UpdateConnectionRequest < Struct.new(
  :connection_id,
  :connection_name,
  :encryption_mode)
  SENSITIVE = []
  include Aws::Structure
end