Class: Aws::PaymentCryptographyData::Types::OutgoingTr31KeyBlock
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::PaymentCryptographyData::Types::OutgoingTr31KeyBlock
 
- 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
- 
  
    
      #wrapping_key_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The keyARNof the KEK used to wrap the transaction key.
Instance Attribute Details
#wrapping_key_identifier ⇒ String
The keyARN of the KEK used to wrap the transaction key.
| 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 |