Class: Aws::Types::DisassociateMacSecKeyResponse
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateMacSecKeyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
Returns the value of attribute mac_sec_keys.
Instance Attribute Details
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
707 708 709 |
# File 'sig/types.rbs', line 707 def connection_id @connection_id end |
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
Returns the value of attribute mac_sec_keys.
708 709 710 |
# File 'sig/types.rbs', line 708 def mac_sec_keys @mac_sec_keys end |