Class: Aws::PaymentCryptographyData::Types::TranslateKeyMaterialOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::PaymentCryptographyData::Types::TranslateKeyMaterialOutput
 
- Defined in:
- gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #wrapped_key  ⇒ Types::WrappedWorkingKey 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The outgoing KEK wrapped TR31WrappedKeyBlock. 
Instance Attribute Details
#wrapped_key ⇒ Types::WrappedWorkingKey
The outgoing KEK wrapped TR31WrappedKeyBlock.
| 2342 2343 2344 2345 2346 | # File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2342 class TranslateKeyMaterialOutput < Struct.new( :wrapped_key) SENSITIVE = [] include Aws::Structure end |