Class: Aws::Types::AssociateMacSecKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateMacSecKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cak ⇒ ::String
Returns the value of attribute cak.
-
#ckn ⇒ ::String
Returns the value of attribute ckn.
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
Instance Attribute Details
#cak ⇒ ::String
Returns the value of attribute cak.
91 92 93 |
# File 'sig/types.rbs', line 91 def cak @cak end |
#ckn ⇒ ::String
Returns the value of attribute ckn.
90 91 92 |
# File 'sig/types.rbs', line 90 def ckn @ckn end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
88 89 90 |
# File 'sig/types.rbs', line 88 def connection_id @connection_id end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
89 90 91 |
# File 'sig/types.rbs', line 89 def secret_arn @secret_arn end |