Class: Aws::PaymentCryptography::Types::RestoreKeyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::RestoreKeyInput
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_identifier ⇒ String
The
KeyARNof the key to be restored within Amazon Web Services Payment Cryptography.
Instance Attribute Details
#key_identifier ⇒ String
The KeyARN of the key to be restored within Amazon Web Services
Payment Cryptography.
2026 2027 2028 2029 2030 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 2026 class RestoreKeyInput < Struct.new( :key_identifier) SENSITIVE = [] include Aws::Structure end |