Class: Aws::PaymentCryptography::Types::ExportKeyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::ExportKeyOutput
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#wrapped_key ⇒ Types::WrappedKey
The key material under export as a TR-34 WrappedKeyBlock or a TR-31 WrappedKeyBlock.
Instance Attribute Details
#wrapped_key ⇒ Types::WrappedKey
The key material under export as a TR-34 WrappedKeyBlock or a TR-31 WrappedKeyBlock. or a RSA WrappedKeyCryptogram.
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 |