Class: Aws::Types::GenerateAs2805KekValidationInput
- Inherits:
-
Object
- Object
- Aws::Types::GenerateAs2805KekValidationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kek_validation_type ⇒ Types::As2805KekValidationType
Returns the value of attribute kek_validation_type.
-
#key_identifier ⇒ ::String
Returns the value of attribute key_identifier.
-
#random_key_send_variant_mask ⇒ "VARIANT_MASK_82C0", "VARIANT_MASK_82"
Returns the value of attribute random_key_send_variant_mask.
Instance Attribute Details
#kek_validation_type ⇒ Types::As2805KekValidationType
Returns the value of attribute kek_validation_type.
342 343 344 |
# File 'sig/types.rbs', line 342 def kek_validation_type @kek_validation_type end |
#key_identifier ⇒ ::String
Returns the value of attribute key_identifier.
341 342 343 |
# File 'sig/types.rbs', line 341 def key_identifier @key_identifier end |
#random_key_send_variant_mask ⇒ "VARIANT_MASK_82C0", "VARIANT_MASK_82"
Returns the value of attribute random_key_send_variant_mask.
343 344 345 |
# File 'sig/types.rbs', line 343 def random_key_send_variant_mask @random_key_send_variant_mask end |