Class: Aws::Types::Ibm3624PinOffset
- Inherits:
-
Object
- Object
- Aws::Types::Ibm3624PinOffset
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#decimalization_table ⇒ ::String
Returns the value of attribute decimalization_table.
-
#encrypted_pin_block ⇒ ::String
Returns the value of attribute encrypted_pin_block.
-
#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.
462 463 464 |
# File 'sig/types.rbs', line 462 def decimalization_table @decimalization_table end |
#encrypted_pin_block ⇒ ::String
Returns the value of attribute encrypted_pin_block.
461 462 463 |
# File 'sig/types.rbs', line 461 def encrypted_pin_block @encrypted_pin_block end |
#pin_validation_data ⇒ ::String
Returns the value of attribute pin_validation_data.
464 465 466 |
# File 'sig/types.rbs', line 464 def pin_validation_data @pin_validation_data end |
#pin_validation_data_pad_character ⇒ ::String
Returns the value of attribute pin_validation_data_pad_character.
463 464 465 |
# File 'sig/types.rbs', line 463 def pin_validation_data_pad_character @pin_validation_data_pad_character end |