Class: Aws::PaymentCryptographyData::Types::OutgoingTr31KeyBlock

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb

Overview

Parameter information of the TR31WrappedKeyBlock containing the transaction key wrapped using a KEK.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#wrapping_key_identifierString

The keyARN of the KEK used to wrap the transaction key.

Returns:

  • (String)


1817
1818
1819
1820
1821
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 1817

class OutgoingTr31KeyBlock < Struct.new(
  :wrapping_key_identifier)
  SENSITIVE = []
  include Aws::Structure
end