Class: Aws::Types::VerifyPinDataInput
- Inherits:
-
Object
- Object
- Aws::Types::VerifyPinDataInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dukpt_attributes ⇒ Types::DukptAttributes
Returns the value of attribute dukpt_attributes.
-
#encrypted_pin_block ⇒ ::String
Returns the value of attribute encrypted_pin_block.
-
#encryption_key_identifier ⇒ ::String
Returns the value of attribute encryption_key_identifier.
-
#encryption_wrapped_key ⇒ Types::WrappedKey
Returns the value of attribute encryption_wrapped_key.
-
#pin_block_format ⇒ "ISO_FORMAT_0", ...
Returns the value of attribute pin_block_format.
-
#pin_data_length ⇒ ::Integer
Returns the value of attribute pin_data_length.
-
#primary_account_number ⇒ ::String
Returns the value of attribute primary_account_number.
-
#verification_attributes ⇒ Types::PinVerificationAttributes
Returns the value of attribute verification_attributes.
-
#verification_key_identifier ⇒ ::String
Returns the value of attribute verification_key_identifier.
Instance Attribute Details
#dukpt_attributes ⇒ Types::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.
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.
904 905 906 |
# File 'sig/types.rbs', line 904 def encryption_key_identifier @encryption_key_identifier end |
#encryption_wrapped_key ⇒ Types::WrappedKey
Returns the value of attribute encryption_wrapped_key.
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.
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.
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.
907 908 909 |
# File 'sig/types.rbs', line 907 def primary_account_number @primary_account_number end |
#verification_attributes ⇒ Types::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.
903 904 905 |
# File 'sig/types.rbs', line 903 def verification_key_identifier @verification_key_identifier end |