Class: Aws::PaymentCryptography::Types::DeleteKeyInput

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

#delete_key_in_daysInteger

The waiting period for key deletion. The default value is seven days.

Returns:

  • (Integer)


206
207
208
209
210
211
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 206

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

#key_identifierString

The KeyARN of the key that is scheduled for deletion.

Returns:

  • (String)


206
207
208
209
210
211
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 206

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