Class: Aws::PaymentCryptography::Types::ImportKeyOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyTypes::Key

The KeyARN of the key material imported within Amazon Web Services Payment Cryptography.

Returns:



822
823
824
825
826
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 822

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