Class: Aws::Types::KekValidationRequest
- Inherits:
-
Object
- Object
- Aws::Types::KekValidationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#derive_key_algorithm ⇒ "TDES_2KEY", ...
Returns the value of attribute derive_key_algorithm.
-
#random_key_max_length ⇒ "BYTES_8", ...
Returns the value of attribute random_key_max_length.
Instance Attribute Details
#derive_key_algorithm ⇒ "TDES_2KEY", ...
Returns the value of attribute derive_key_algorithm.
512 513 514 |
# File 'sig/types.rbs', line 512 def derive_key_algorithm @derive_key_algorithm end |
#random_key_max_length ⇒ "BYTES_8", ...
Returns the value of attribute random_key_max_length.
513 514 515 |
# File 'sig/types.rbs', line 513 def random_key_max_length @random_key_max_length end |