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

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

#key_identifierString

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

Returns:

  • (String)


2124
2125
2126
2127
2128
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2124

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