Class: Aws::Types::MasterCardAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:primary_account_number, :application_cryptogram])

Instance Attribute Summary collapse

Instance Attribute Details

#application_cryptogram::String

Returns the value of attribute application_cryptogram.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def application_cryptogram
  @application_cryptogram
end

#major_key_derivation_mode"EMV_OPTION_A", "EMV_OPTION_B"

Returns the value of attribute major_key_derivation_mode.

Returns:

  • ("EMV_OPTION_A", "EMV_OPTION_B")


562
563
564
# File 'sig/types.rbs', line 562

def major_key_derivation_mode
  @major_key_derivation_mode
end

#pan_sequence_number::String

Returns the value of attribute pan_sequence_number.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def pan_sequence_number
  @pan_sequence_number
end

#primary_account_number::String

Returns the value of attribute primary_account_number.

Returns:

  • (::String)


563
564
565
# File 'sig/types.rbs', line 563

def 
  @primary_account_number
end