Class: Aws::KMS::Types::CancelKeyDeletionResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#key_idString

The unique identifier of the master key for which deletion is canceled.

Returns:

  • (String)


72
73
74
75
# File 'lib/aws-sdk-kms/types.rb', line 72

class CancelKeyDeletionResponse < Struct.new(
  :key_id)
  include Aws::Structure
end