Class: Aws::Types::KeyAttributes
- Inherits:
-
Object
- Object
- Aws::Types::KeyAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_algorithm ⇒ "TDES_2KEY", ...
Returns the value of attribute key_algorithm.
-
#key_class ⇒ "SYMMETRIC_KEY", ...
Returns the value of attribute key_class.
-
#key_modes_of_use ⇒ Types::KeyModesOfUse
Returns the value of attribute key_modes_of_use.
-
#key_usage ⇒ "TR31_B0_BASE_DERIVATION_KEY", ...
Returns the value of attribute key_usage.
Instance Attribute Details
#key_algorithm ⇒ "TDES_2KEY", ...
Returns the value of attribute key_algorithm.
474 475 476 |
# File 'sig/types.rbs', line 474 def key_algorithm @key_algorithm end |
#key_class ⇒ "SYMMETRIC_KEY", ...
Returns the value of attribute key_class.
473 474 475 |
# File 'sig/types.rbs', line 473 def key_class @key_class end |
#key_modes_of_use ⇒ Types::KeyModesOfUse
Returns the value of attribute key_modes_of_use.
475 476 477 |
# File 'sig/types.rbs', line 475 def key_modes_of_use @key_modes_of_use end |
#key_usage ⇒ "TR31_B0_BASE_DERIVATION_KEY", ...
Returns the value of attribute key_usage.
472 473 474 |
# File 'sig/types.rbs', line 472 def key_usage @key_usage end |