Class: Aws::Types::WrappedKey
- Inherits:
-
Object
- Object
- Aws::Types::WrappedKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_check_value_algorithm ⇒ "CMAC", ...
Returns the value of attribute key_check_value_algorithm.
-
#wrapped_key_material ⇒ Types::WrappedKeyMaterial
Returns the value of attribute wrapped_key_material.
Instance Attribute Details
#key_check_value_algorithm ⇒ "CMAC", ...
Returns the value of attribute key_check_value_algorithm.
960 961 962 |
# File 'sig/types.rbs', line 960 def key_check_value_algorithm @key_check_value_algorithm end |
#wrapped_key_material ⇒ Types::WrappedKeyMaterial
Returns the value of attribute wrapped_key_material.
959 960 961 |
# File 'sig/types.rbs', line 959 def wrapped_key_material @wrapped_key_material end |