Class: Aws::Types::VisaPinVerification
- Inherits:
-
Object
- Object
- Aws::Types::VisaPinVerification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pin_verification_key_index ⇒ ::Integer
Returns the value of attribute pin_verification_key_index.
-
#verification_value ⇒ ::String
Returns the value of attribute verification_value.
Instance Attribute Details
#pin_verification_key_index ⇒ ::Integer
Returns the value of attribute pin_verification_key_index.
947 948 949 |
# File 'sig/types.rbs', line 947 def pin_verification_key_index @pin_verification_key_index end |
#verification_value ⇒ ::String
Returns the value of attribute verification_value.
948 949 950 |
# File 'sig/types.rbs', line 948 def verification_value @verification_value end |