Class: Aws::Types::MacSecKey
- Inherits:
-
Object
- Object
- Aws::Types::MacSecKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ckn ⇒ ::String
Returns the value of attribute ckn.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#start_on ⇒ ::String
Returns the value of attribute start_on.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#ckn ⇒ ::String
Returns the value of attribute ckn.
771 772 773 |
# File 'sig/types.rbs', line 771 def ckn @ckn end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
770 771 772 |
# File 'sig/types.rbs', line 770 def secret_arn @secret_arn end |
#start_on ⇒ ::String
Returns the value of attribute start_on.
773 774 775 |
# File 'sig/types.rbs', line 773 def start_on @start_on end |
#state ⇒ ::String
Returns the value of attribute state.
772 773 774 |
# File 'sig/types.rbs', line 772 def state @state end |