Class: Aws::PaymentCryptography::Types::RestoreKeyOutput

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

#keyTypes::Key

The key material of the restored key. The KeyState will change to CREATE_COMPLETE and value for DeletePendingTimestamp gets removed.

Returns:



1402
1403
1404
1405
1406
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1402

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