Class: Aws::DirectConnect::Types::AssociateMacSecKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::AssociateMacSecKeyResponse
- 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 (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
-
#mac_sec_keys ⇒ Array<Types::MacSecKey>
The MAC Security (MACsec) security keys associated with the dedicated connection.
Instance Attribute Details
#connection_id ⇒ String
The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
326 327 328 329 330 331 |
# File 'lib/aws-sdk-directconnect/types.rb', line 326 class AssociateMacSecKeyResponse < Struct.new( :connection_id, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#mac_sec_keys ⇒ Array<Types::MacSecKey>
The MAC Security (MACsec) security keys associated with the dedicated connection.
326 327 328 329 330 331 |
# File 'lib/aws-sdk-directconnect/types.rb', line 326 class AssociateMacSecKeyResponse < Struct.new( :connection_id, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |