Class: Aws::DirectConnect::Types::DisassociateMacSecKeyRequest

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 (dxcon-xxxx), interconnect (dxcon-xxxx), or LAG (dxlag-xxxx).

You can use DescribeConnections, DescribeInterconnects, or DescribeLags to retrieve connection ID.

Returns:

  • (String)


2403
2404
2405
2406
2407
2408
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2403

class DisassociateMacSecKeyRequest < Struct.new(
  :connection_id,
  :secret_arn)
  SENSITIVE = []
  include Aws::Structure
end

#secret_arnString

The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.

You can use DescribeConnections to retrieve the ARN of the MAC Security (MACsec) secret key.

Returns:

  • (String)


2403
2404
2405
2406
2407
2408
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2403

class DisassociateMacSecKeyRequest < Struct.new(
  :connection_id,
  :secret_arn)
  SENSITIVE = []
  include Aws::Structure
end