Class: Aws::Types::GenerateMacEmvPinChangeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:new_encrypted_pin_block, :message_data])

Instance Attribute Summary collapse

Instance Attribute Details

#derivation_method_attributesTypes::DerivationMethodAttributes

Returns the value of attribute derivation_method_attributes.



392
393
394
# File 'sig/types.rbs', line 392

def derivation_method_attributes
  @derivation_method_attributes
end

#message_data::String

Returns the value of attribute message_data.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def message_data
  @message_data
end

#new_encrypted_pin_block::String

Returns the value of attribute new_encrypted_pin_block.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def new_encrypted_pin_block
  @new_encrypted_pin_block
end

#new_pin_pek_identifier::String

Returns the value of attribute new_pin_pek_identifier.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def new_pin_pek_identifier
  @new_pin_pek_identifier
end

#pin_block_format"ISO_FORMAT_0", ...

Returns the value of attribute pin_block_format.

Returns:

  • ("ISO_FORMAT_0", "ISO_FORMAT_1", "ISO_FORMAT_3")


388
389
390
# File 'sig/types.rbs', line 388

def pin_block_format
  @pin_block_format
end

#secure_messaging_confidentiality_key_identifier::String

Returns the value of attribute secure_messaging_confidentiality_key_identifier.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def secure_messaging_confidentiality_key_identifier
  @secure_messaging_confidentiality_key_identifier
end

#secure_messaging_integrity_key_identifier::String

Returns the value of attribute secure_messaging_integrity_key_identifier.

Returns:

  • (::String)


389
390
391
# File 'sig/types.rbs', line 389

def secure_messaging_integrity_key_identifier
  @secure_messaging_integrity_key_identifier
end