Class: Aws::PaymentCryptography::Types::RestoreKeyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::RestoreKeyOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-paymentcryptography/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ Types::Key
The key material of the restored key.
Instance Attribute Details
#key ⇒ Types::Key
The key material of the restored key. The KeyState will change to CREATE_COMPLETE and value for DeletePendingTimestamp gets removed.
2138 2139 2140 2141 2142 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2138 class RestoreKeyOutput < Struct.new( :key) SENSITIVE = [] include Aws::Structure end |