Class: Aws::Types::ImportTr31KeyBlock
- Inherits:
-
Object
- Object
- Aws::Types::ImportTr31KeyBlock
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#wrapped_key_block ⇒ ::String
Returns the value of attribute wrapped_key_block.
-
#wrapping_key_identifier ⇒ ::String
Returns the value of attribute wrapping_key_identifier.
Instance Attribute Details
#wrapped_key_block ⇒ ::String
Returns the value of attribute wrapped_key_block.
427 428 429 |
# File 'sig/types.rbs', line 427 def wrapped_key_block @wrapped_key_block end |
#wrapping_key_identifier ⇒ ::String
Returns the value of attribute wrapping_key_identifier.
426 427 428 |
# File 'sig/types.rbs', line 426 def wrapping_key_identifier @wrapping_key_identifier end |