class
Amazonite::Kms::CancelKeyDeletionResponse
- Amazonite::Kms::CancelKeyDeletionResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kms/cancel_key_deletion_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key_id : String | Nil
The Amazon Resource Name (key ARN) of the KMS key whose deletion is canceled.
-
#key_id=(key_id : String | Nil)
The Amazon Resource Name (key ARN) of the KMS key whose deletion is canceled.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def key_id : String | Nil
#
The Amazon Resource Name (key ARN) of the KMS key whose deletion is canceled.