Class: Aws::Types::CryptogramAuthResponse
- Inherits:
-
Object
- Object
- Aws::Types::CryptogramAuthResponse
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ArpcMethod1, ArpcMethod2, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arpc_method_1 ⇒ Types::CryptogramVerificationArpcMethod1
Returns the value of attribute arpc_method_1.
-
#arpc_method_2 ⇒ Types::CryptogramVerificationArpcMethod2
Returns the value of attribute arpc_method_2.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#arpc_method_1 ⇒ Types::CryptogramVerificationArpcMethod1
Returns the value of attribute arpc_method_1.
142 143 144 |
# File 'sig/types.rbs', line 142 def arpc_method_1 @arpc_method_1 end |
#arpc_method_2 ⇒ Types::CryptogramVerificationArpcMethod2
Returns the value of attribute arpc_method_2.
143 144 145 |
# File 'sig/types.rbs', line 143 def arpc_method_2 @arpc_method_2 end |
#unknown ⇒ Object
Returns the value of attribute unknown.
144 145 146 |
# File 'sig/types.rbs', line 144 def unknown @unknown end |