Class: Aws::Types::Ibm3624PinFromOffset
- Inherits:
-
Object
- Object
- Aws::Types::Ibm3624PinFromOffset
- 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.
453 454 455 |
# File 'sig/types.rbs', line 453 def decimalization_table @decimalization_table end |
#pin_offset ⇒ ::String
Returns the value of attribute pin_offset.
456 457 458 |
# File 'sig/types.rbs', line 456 def pin_offset @pin_offset end |
#pin_validation_data ⇒ ::String
Returns the value of attribute pin_validation_data.
455 456 457 |
# File 'sig/types.rbs', line 455 def pin_validation_data @pin_validation_data end |
#pin_validation_data_pad_character ⇒ ::String
Returns the value of attribute pin_validation_data_pad_character.
454 455 456 |
# File 'sig/types.rbs', line 454 def pin_validation_data_pad_character @pin_validation_data_pad_character end |