package Paws::KMS::CancelKeyDeletionResponse; use Moose; has KeyId => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::KMS::CancelKeyDeletionResponse =head1 ATTRIBUTES =head2 KeyId => Str The Amazon Resource Name (key ARN (https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN)) of the CMK whose deletion is canceled. =head2 _request_id => Str =cut 1;