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.
874 875 876 |
# File 'sig/types.rbs', line 874 def ckn @ckn end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
873 874 875 |
# File 'sig/types.rbs', line 873 def secret_arn @secret_arn end |
#start_on ⇒ ::String
Returns the value of attribute start_on.
876 877 878 |
# File 'sig/types.rbs', line 876 def start_on @start_on end |
#state ⇒ ::String
Returns the value of attribute state.
875 876 877 |
# File 'sig/types.rbs', line 875 def state @state end |