Class: Aws::Types::WrappedWorkingKey
- Inherits:
-
Object
- Object
- Aws::Types::WrappedWorkingKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_check_value ⇒ ::String
Returns the value of attribute key_check_value.
-
#wrapped_key_material ⇒ ::String
Returns the value of attribute wrapped_key_material.
-
#wrapped_key_material_format ⇒ "KEY_CRYPTOGRAM", ...
Returns the value of attribute wrapped_key_material_format.
Instance Attribute Details
#key_check_value ⇒ ::String
Returns the value of attribute key_check_value.
980 981 982 |
# File 'sig/types.rbs', line 980 def key_check_value @key_check_value end |
#wrapped_key_material ⇒ ::String
Returns the value of attribute wrapped_key_material.
979 980 981 |
# File 'sig/types.rbs', line 979 def wrapped_key_material @wrapped_key_material end |
#wrapped_key_material_format ⇒ "KEY_CRYPTOGRAM", ...
Returns the value of attribute wrapped_key_material_format.
981 982 983 |
# File 'sig/types.rbs', line 981 def wrapped_key_material_format @wrapped_key_material_format end |