Class: Aws::DirectConnect::Types::DisassociateMacSecKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::DisassociateMacSecKeyResponse
- Defined in:
- gems/aws-sdk-directconnect/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 no longer 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).
2353 2354 2355 2356 2357 2358 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2353 class DisassociateMacSecKeyResponse < Struct.new( :connection_id, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |
#mac_sec_keys ⇒ Array<Types::MacSecKey>
The MAC Security (MACsec) security keys no longer associated with the dedicated connection.
2353 2354 2355 2356 2357 2358 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2353 class DisassociateMacSecKeyResponse < Struct.new( :connection_id, :mac_sec_keys) SENSITIVE = [] include Aws::Structure end |