Class: Aws::DirectConnect::Types::DisassociateMacSecKeyResponse

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), or the ID of the LAG (dxlag-xxxx).

Returns:

  • (String)


2352
2353
2354
2355
2356
2357
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2352

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

#mac_sec_keysArray<Types::MacSecKey>

The MAC Security (MACsec) security keys no longer associated with the dedicated connection.

Returns:



2352
2353
2354
2355
2356
2357
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2352

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