Class: Aws::PaymentCryptographyData::Types::As2805PekDerivationAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::As2805PekDerivationAttributes
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-paymentcryptographydata/types.rb
Overview
Parameter information to use a PEK derived using AS2805.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#system_trace_audit_number ⇒ String
The system trace audit number for the transaction.
-
#transaction_amount ⇒ String
The transaction amount for the transaction.
Instance Attribute Details
#system_trace_audit_number ⇒ String
The system trace audit number for the transaction.
149 150 151 152 153 154 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 149 class As2805PekDerivationAttributes < Struct.new( :system_trace_audit_number, :transaction_amount) SENSITIVE = [] include Aws::Structure end |
#transaction_amount ⇒ String
The transaction amount for the transaction.
149 150 151 152 153 154 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 149 class As2805PekDerivationAttributes < Struct.new( :system_trace_audit_number, :transaction_amount) SENSITIVE = [] include Aws::Structure end |