Class: Aws::Types::DisassociateMacSecKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateMacSecKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
Instance Attribute Details
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
639 640 641 |
# File 'sig/types.rbs', line 639 def connection_id @connection_id end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
640 641 642 |
# File 'sig/types.rbs', line 640 def secret_arn @secret_arn end |