Class: Aws::Types::VisaPinVerificationValue
- Inherits:
-
Object
- Object
- Aws::Types::VisaPinVerificationValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encrypted_pin_block ⇒ ::String
Returns the value of attribute encrypted_pin_block.
-
#pin_verification_key_index ⇒ ::Integer
Returns the value of attribute pin_verification_key_index.
Instance Attribute Details
#encrypted_pin_block ⇒ ::String
Returns the value of attribute encrypted_pin_block.
953 954 955 |
# File 'sig/types.rbs', line 953 def encrypted_pin_block @encrypted_pin_block end |
#pin_verification_key_index ⇒ ::Integer
Returns the value of attribute pin_verification_key_index.
954 955 956 |
# File 'sig/types.rbs', line 954 def pin_verification_key_index @pin_verification_key_index end |