Class: Aws::DirectConnect::Types::AssociateMacSecKeyResponse

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)


326
327
328
329
330
331
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 326

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

#mac_sec_keysArray<Types::MacSecKey>

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

Returns:



326
327
328
329
330
331
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 326

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