Class: Aws::PaymentCryptography::Types::ImportKeyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::ImportKeyOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-paymentcryptography/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ Types::Key
The
KeyARNof the key material imported within Amazon Web Services Payment Cryptography.
Instance Attribute Details
#key ⇒ Types::Key
The KeyARN of the key material imported within Amazon Web Services Payment Cryptography.
1359 1360 1361 1362 1363 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 1359 class ImportKeyOutput < Struct.new( :key) SENSITIVE = [] include Aws::Structure end |