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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-paymentcryptography/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 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 822

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