Class: Aws::KMS::Types::CancelKeyDeletionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::CancelKeyDeletionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_id ⇒ String
The Amazon Resource Name ([key ARN]) of the KMS key whose deletion is canceled.
Instance Attribute Details
#key_id ⇒ String
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
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 |