Class: Aws::PaymentCryptography::Types::ExportKeyOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#wrapped_keyTypes::WrappedKey

The key material under export as a TR-34 WrappedKeyBlock or a TR-31 WrappedKeyBlock. or a RSA WrappedKeyCryptogram.

Returns:



368
369
370
371
372
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 368

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