Class: Aws::KMS::Types::ScheduleKeyDeletionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::ScheduleKeyDeletionResponse
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deletion_date ⇒ Time
The date and time after which AWS KMS deletes the customer master key (CMK).
-
#key_id ⇒ String
The Amazon Resource Name ([key ARN][1]) of the CMK whose deletion is scheduled.
Instance Attribute Details
#deletion_date ⇒ Time
The date and time after which AWS KMS deletes the customer master key (CMK).
4172 4173 4174 4175 4176 4177 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 4172 class ScheduleKeyDeletionResponse < Struct.new( :key_id, :deletion_date) SENSITIVE = [] include Aws::Structure end |
#key_id ⇒ String
The Amazon Resource Name (key ARN) of the CMK whose deletion is scheduled.
4172 4173 4174 4175 4176 4177 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 4172 class ScheduleKeyDeletionResponse < Struct.new( :key_id, :deletion_date) SENSITIVE = [] include Aws::Structure end |