Class: Aws::Types::GenerateAs2805KekValidationOutput
- Inherits:
-
Object
- Object
- Aws::Types::GenerateAs2805KekValidationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
-
#key_check_value ⇒ ::String
Returns the value of attribute key_check_value.
-
#random_key_receive ⇒ ::String
Returns the value of attribute random_key_receive.
-
#random_key_send ⇒ ::String
Returns the value of attribute random_key_send.
Instance Attribute Details
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
348 349 350 |
# File 'sig/types.rbs', line 348 def key_arn @key_arn end |
#key_check_value ⇒ ::String
Returns the value of attribute key_check_value.
349 350 351 |
# File 'sig/types.rbs', line 349 def key_check_value @key_check_value end |
#random_key_receive ⇒ ::String
Returns the value of attribute random_key_receive.
351 352 353 |
# File 'sig/types.rbs', line 351 def random_key_receive @random_key_receive end |
#random_key_send ⇒ ::String
Returns the value of attribute random_key_send.
350 351 352 |
# File 'sig/types.rbs', line 350 def random_key_send @random_key_send end |