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)


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

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