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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_idString

The Amazon Resource Name ([key ARN]) of the KMS key whose deletion is canceled.

[1]: docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN

Returns:

  • (String)


99
100
101
102
103
# File 'lib/aws-sdk-kms/types.rb', line 99

class CancelKeyDeletionResponse < Struct.new(
  :key_id)
  SENSITIVE = []
  include Aws::Structure
end