Class: Aws::Types::VerifyPinDataInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:encrypted_pin_block, :primary_account_number])

Instance Attribute Summary collapse

Instance Attribute Details

#dukpt_attributesTypes::DukptAttributes

Returns the value of attribute dukpt_attributes.



910
911
912
# File 'sig/types.rbs', line 910

def dukpt_attributes
  @dukpt_attributes
end

#encrypted_pin_block::String

Returns the value of attribute encrypted_pin_block.

Returns:

  • (::String)


906
907
908
# File 'sig/types.rbs', line 906

def encrypted_pin_block
  @encrypted_pin_block
end

#encryption_key_identifier::String

Returns the value of attribute encryption_key_identifier.

Returns:

  • (::String)


904
905
906
# File 'sig/types.rbs', line 904

def encryption_key_identifier
  @encryption_key_identifier
end

#encryption_wrapped_keyTypes::WrappedKey

Returns the value of attribute encryption_wrapped_key.

Returns:



911
912
913
# File 'sig/types.rbs', line 911

def encryption_wrapped_key
  @encryption_wrapped_key
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", "ISO_FORMAT_4")


908
909
910
# File 'sig/types.rbs', line 908

def pin_block_format
  @pin_block_format
end

#pin_data_length::Integer

Returns the value of attribute pin_data_length.

Returns:

  • (::Integer)


909
910
911
# File 'sig/types.rbs', line 909

def pin_data_length
  @pin_data_length
end

#primary_account_number::String

Returns the value of attribute primary_account_number.

Returns:

  • (::String)


907
908
909
# File 'sig/types.rbs', line 907

def 
  @primary_account_number
end

#verification_attributesTypes::PinVerificationAttributes

Returns the value of attribute verification_attributes.



905
906
907
# File 'sig/types.rbs', line 905

def verification_attributes
  @verification_attributes
end

#verification_key_identifier::String

Returns the value of attribute verification_key_identifier.

Returns:

  • (::String)


903
904
905
# File 'sig/types.rbs', line 903

def verification_key_identifier
  @verification_key_identifier
end