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.
103 104 105 |
# File 'sig/types.rbs', line 103 def cak @cak end |
#ckn ⇒ ::String
Returns the value of attribute ckn.
102 103 104 |
# File 'sig/types.rbs', line 102 def ckn @ckn end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
100 101 102 |
# File 'sig/types.rbs', line 100 def connection_id @connection_id end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
101 102 103 |
# File 'sig/types.rbs', line 101 def secret_arn @secret_arn end |