Class: Aws::PaymentCryptography::Types::ImportKeyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::ImportKeyOutput
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ Types::Key
The
KeyARN
of 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.
822 823 824 825 826 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 822 class ImportKeyOutput < Struct.new( :key) SENSITIVE = [] include Aws::Structure end |