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 ⇒ ::String
Returns the value of attribute key_check_value.
-
#key_check_value_algorithm ⇒ "CMAC", ...
Returns the value of attribute key_check_value_algorithm.
-
#key_material ⇒ ::String
Returns the value of attribute key_material.
-
#wrapped_key_material_format ⇒ "KEY_CRYPTOGRAM", ...
Returns the value of attribute wrapped_key_material_format.
-
#wrapping_key_arn ⇒ ::String
Returns the value of attribute wrapping_key_arn.
Instance Attribute Details
#key_check_value ⇒ ::String
Returns the value of attribute key_check_value.
708 709 710 |
# File 'sig/types.rbs', line 708 def key_check_value @key_check_value end |
#key_check_value_algorithm ⇒ "CMAC", ...
Returns the value of attribute key_check_value_algorithm.
709 710 711 |
# File 'sig/types.rbs', line 709 def key_check_value_algorithm @key_check_value_algorithm end |
#key_material ⇒ ::String
Returns the value of attribute key_material.
707 708 709 |
# File 'sig/types.rbs', line 707 def key_material @key_material end |
#wrapped_key_material_format ⇒ "KEY_CRYPTOGRAM", ...
Returns the value of attribute wrapped_key_material_format.
706 707 708 |
# File 'sig/types.rbs', line 706 def wrapped_key_material_format @wrapped_key_material_format end |
#wrapping_key_arn ⇒ ::String
Returns the value of attribute wrapping_key_arn.
705 706 707 |
# File 'sig/types.rbs', line 705 def wrapping_key_arn @wrapping_key_arn end |