Class: Aws::Types::VerifyAuthRequestCryptogramOutput
- Inherits:
-
Object
- Object
- Aws::Types::VerifyAuthRequestCryptogramOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_response_value ⇒ ::String
Returns the value of attribute auth_response_value.
-
#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_response_value ⇒ ::String
Returns the value of attribute auth_response_value.
869 870 871 |
# File 'sig/types.rbs', line 869 def auth_response_value @auth_response_value end |
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
867 868 869 |
# File 'sig/types.rbs', line 867 def key_arn @key_arn end |
#key_check_value ⇒ ::String
Returns the value of attribute key_check_value.
868 869 870 |
# File 'sig/types.rbs', line 868 def key_check_value @key_check_value end |