Class: Aws::Types::GenerateAuthRequestCryptogramOutput
- Inherits:
-
Object
- Object
- Aws::Types::GenerateAuthRequestCryptogramOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_request_cryptogram ⇒ ::String
Returns the value of attribute auth_request_cryptogram.
-
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
-
#key_check_value ⇒ ::String
Returns the value of attribute key_check_value.
Instance Attribute Details
#auth_request_cryptogram ⇒ ::String
Returns the value of attribute auth_request_cryptogram.
366 367 368 |
# File 'sig/types.rbs', line 366 def auth_request_cryptogram @auth_request_cryptogram end |
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
364 365 366 |
# File 'sig/types.rbs', line 364 def key_arn @key_arn end |
#key_check_value ⇒ ::String
Returns the value of attribute key_check_value.
365 366 367 |
# File 'sig/types.rbs', line 365 def key_check_value @key_check_value end |