Class: Aws::Types::Ibm3624PinVerification
- Inherits:
-
Object
- Object
- Aws::Types::Ibm3624PinVerification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#decimalization_table ⇒ ::String
Returns the value of attribute decimalization_table.
-
#pin_offset ⇒ ::String
Returns the value of attribute pin_offset.
-
#pin_validation_data ⇒ ::String
Returns the value of attribute pin_validation_data.
-
#pin_validation_data_pad_character ⇒ ::String
Returns the value of attribute pin_validation_data_pad_character.
Instance Attribute Details
#decimalization_table ⇒ ::String
Returns the value of attribute decimalization_table.
469 470 471 |
# File 'sig/types.rbs', line 469 def decimalization_table @decimalization_table end |
#pin_offset ⇒ ::String
Returns the value of attribute pin_offset.
472 473 474 |
# File 'sig/types.rbs', line 472 def pin_offset @pin_offset end |
#pin_validation_data ⇒ ::String
Returns the value of attribute pin_validation_data.
471 472 473 |
# File 'sig/types.rbs', line 471 def pin_validation_data @pin_validation_data end |
#pin_validation_data_pad_character ⇒ ::String
Returns the value of attribute pin_validation_data_pad_character.
470 471 472 |
# File 'sig/types.rbs', line 470 def pin_validation_data_pad_character @pin_validation_data_pad_character end |