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:



1359
1360
1361
1362
1363
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 1359

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