Class: Aws::PaymentCryptographyData::Types::VisaAmexDerivationOutputs
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::VisaAmexDerivationOutputs
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-paymentcryptographydata/types.rb
Overview
The attributes values used for Amex and Visa derivation methods.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization_request_key_arn ⇒ String
The ‘keyArn` of the issuer master key for cryptogram (IMK-AC) used by the operation.
-
#authorization_request_key_check_value ⇒ String
The key check value (KCV) of the issuer master key for cryptogram (IMK-AC) used by the operation.
-
#current_pin_pek_arn ⇒ String
The ‘keyArn` of the current PIN PEK.
-
#current_pin_pek_key_check_value ⇒ String
The key check value (KCV) of the current PIN PEK.
Instance Attribute Details
#authorization_request_key_arn ⇒ String
The ‘keyArn` of the issuer master key for cryptogram (IMK-AC) used by the operation.
2698 2699 2700 2701 2702 2703 2704 2705 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2698 class VisaAmexDerivationOutputs < Struct.new( :authorization_request_key_arn, :authorization_request_key_check_value, :current_pin_pek_arn, :current_pin_pek_key_check_value) SENSITIVE = [] include Aws::Structure end |
#authorization_request_key_check_value ⇒ String
The key check value (KCV) of the issuer master key for cryptogram (IMK-AC) used by the operation.
2698 2699 2700 2701 2702 2703 2704 2705 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2698 class VisaAmexDerivationOutputs < Struct.new( :authorization_request_key_arn, :authorization_request_key_check_value, :current_pin_pek_arn, :current_pin_pek_key_check_value) SENSITIVE = [] include Aws::Structure end |
#current_pin_pek_arn ⇒ String
The ‘keyArn` of the current PIN PEK.
2698 2699 2700 2701 2702 2703 2704 2705 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2698 class VisaAmexDerivationOutputs < Struct.new( :authorization_request_key_arn, :authorization_request_key_check_value, :current_pin_pek_arn, :current_pin_pek_key_check_value) SENSITIVE = [] include Aws::Structure end |
#current_pin_pek_key_check_value ⇒ String
The key check value (KCV) of the current PIN PEK.
2698 2699 2700 2701 2702 2703 2704 2705 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2698 class VisaAmexDerivationOutputs < Struct.new( :authorization_request_key_arn, :authorization_request_key_check_value, :current_pin_pek_arn, :current_pin_pek_key_check_value) SENSITIVE = [] include Aws::Structure end |