Class: Aws::KMS::Types::ScheduleKeyDeletionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kms/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_dateTime

The date and time after which AWS KMS deletes the customer master key (CMK).

Returns:

  • (Time)


2638
2639
2640
2641
2642
# File 'lib/aws-sdk-kms/types.rb', line 2638

class ScheduleKeyDeletionResponse < Struct.new(
  :key_id,
  :deletion_date)
  include Aws::Structure
end

#key_idString

The unique identifier of the customer master key (CMK) for which deletion is scheduled.

Returns:

  • (String)


2638
2639
2640
2641
2642
# File 'lib/aws-sdk-kms/types.rb', line 2638

class ScheduleKeyDeletionResponse < Struct.new(
  :key_id,
  :deletion_date)
  include Aws::Structure
end