Class: Aws::PaymentCryptography::Types::ExportKeyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::ExportKeyOutput
- Includes:
- Structure
- Defined in:
- 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.
699 700 701 702 703 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 699 class ExportKeyOutput < Struct.new( :wrapped_key) SENSITIVE = [] include Aws::Structure end |