NAME
Paws::KMS::DecryptResponse
ATTRIBUTES
EncryptionAlgorithm => Str
The encryption algorithm that was used to decrypt the ciphertext.
Valid values are: "SYMMETRIC_DEFAULT", "RSAES_OAEP_SHA_1", "RSAES_OAEP_SHA_256" =head2 KeyId => Str
The ARN of the customer master key that was used to perform the decryption.
Plaintext => Str
Decrypted plaintext data. When you use the HTTP API or the AWS CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.