class Aws::KMS::Types::VerifyResponse

@!attribute [rw] key_id

The Amazon Resource Name ([key ARN][1]) of the asymmetric KMS key
that was used to verify the signature.

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

@!attribute [rw] signature_valid

A Boolean value that indicates whether the signature was verified. A
value of `True` indicates that the `Signature` was produced by
signing the `Message` with the specified `KeyID` and
`SigningAlgorithm.` If the signature is not verified, the `Verify`
operation fails with a `KMSInvalidSignatureException` exception.
@return [Boolean]

@!attribute [rw] signing_algorithm

The signing algorithm that was used to verify the signature.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kms-2014-11-01/VerifyResponse AWS API Documentation

Constants

SENSITIVE