Class: Aws::Types::ExportTr31KeyBlock
- Inherits:
-
Object
- Object
- Aws::Types::ExportTr31KeyBlock
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_block_headers ⇒ Types::KeyBlockHeaders
Returns the value of attribute key_block_headers.
-
#wrapping_key_identifier ⇒ ::String
Returns the value of attribute wrapping_key_identifier.
Instance Attribute Details
#key_block_headers ⇒ Types::KeyBlockHeaders
Returns the value of attribute key_block_headers.
230 231 232 |
# File 'sig/types.rbs', line 230 def key_block_headers @key_block_headers end |
#wrapping_key_identifier ⇒ ::String
Returns the value of attribute wrapping_key_identifier.
229 230 231 |
# File 'sig/types.rbs', line 229 def wrapping_key_identifier @wrapping_key_identifier end |