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.
3046 3047 3048 3049 3050 3051 3052 3053 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 3046 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.
3046 3047 3048 3049 3050 3051 3052 3053 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 3046 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.
3046 3047 3048 3049 3050 3051 3052 3053 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 3046 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.
3046 3047 3048 3049 3050 3051 3052 3053 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 3046 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 |