Class: Aws::Types::KeyBlockHeaders
- Inherits:
-
Object
- Object
- Aws::Types::KeyBlockHeaders
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_exportability ⇒ "EXPORTABLE", ...
Returns the value of attribute key_exportability.
-
#key_modes_of_use ⇒ Types::KeyModesOfUse
Returns the value of attribute key_modes_of_use.
-
#key_version ⇒ ::String
Returns the value of attribute key_version.
-
#optional_blocks ⇒ ::Hash[::String, ::String]
Returns the value of attribute optional_blocks.
Instance Attribute Details
#key_exportability ⇒ "EXPORTABLE", ...
Returns the value of attribute key_exportability.
481 482 483 |
# File 'sig/types.rbs', line 481 def key_exportability @key_exportability end |
#key_modes_of_use ⇒ Types::KeyModesOfUse
Returns the value of attribute key_modes_of_use.
480 481 482 |
# File 'sig/types.rbs', line 480 def key_modes_of_use @key_modes_of_use end |
#key_version ⇒ ::String
Returns the value of attribute key_version.
482 483 484 |
# File 'sig/types.rbs', line 482 def key_version @key_version end |
#optional_blocks ⇒ ::Hash[::String, ::String]
Returns the value of attribute optional_blocks.
483 484 485 |
# File 'sig/types.rbs', line 483 def optional_blocks @optional_blocks end |