Class: Aws::PaymentCryptographyData::Types::TranslateKeyMaterialOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#wrapped_keyTypes::WrappedWorkingKey

The outgoing KEK wrapped TR31WrappedKeyBlock.



2547
2548
2549
2550
2551
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2547

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