Class: Aws::Types::Ibm3624PinOffset

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:encrypted_pin_block, :decimalization_table, :pin_validation_data])

Instance Attribute Summary collapse

Instance Attribute Details

#decimalization_table::String

Returns the value of attribute decimalization_table.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


463
464
465
# File 'sig/types.rbs', line 463

def pin_validation_data_pad_character
  @pin_validation_data_pad_character
end