Class: Aws::PaymentCryptography::Types::RestoreKeyInput

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

#key_identifierString

The KeyARN of the key to be restored within Amazon Web Services Payment Cryptography.

Returns:

  • (String)


1388
1389
1390
1391
1392
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1388

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