Class: Aws::DirectConnect::Types::UpdateConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::UpdateConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_id ⇒ String
The ID of the dedicated connection.
-
#connection_name ⇒ String
The name of the connection.
-
#encryption_mode ⇒ String
The connection MAC Security (MACsec) encryption mode.
Instance Attribute Details
#connection_id ⇒ String
The ID of the dedicated connection.
You can use DescribeConnections to retrieve the connection ID.
3480 3481 3482 3483 3484 3485 3486 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3480 class UpdateConnectionRequest < Struct.new( :connection_id, :connection_name, :encryption_mode) SENSITIVE = [] include Aws::Structure end |
#connection_name ⇒ String
The name of the connection.
3480 3481 3482 3483 3484 3485 3486 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3480 class UpdateConnectionRequest < Struct.new( :connection_id, :connection_name, :encryption_mode) SENSITIVE = [] include Aws::Structure end |
#encryption_mode ⇒ String
The connection MAC Security (MACsec) encryption mode.
The valid values are ‘no_encrypt`, `should_encrypt`, and `must_encrypt`.
3480 3481 3482 3483 3484 3485 3486 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3480 class UpdateConnectionRequest < Struct.new( :connection_id, :connection_name, :encryption_mode) SENSITIVE = [] include Aws::Structure end |