class Aws::KMS::Types::ReEncryptResponse

@!attribute [rw] ciphertext_blob

The reencrypted data. When you use the HTTP API or the Amazon Web
Services CLI, the value is Base64-encoded. Otherwise, it is not
Base64-encoded.
@return [String]

@!attribute [rw] source_key_id

Unique identifier of the KMS key used to originally encrypt the
data.
@return [String]

@!attribute [rw] key_id

The Amazon Resource Name ([key ARN][1]) of the KMS key that was used
to reencrypt the data.

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

@!attribute [rw] source_encryption_algorithm

The encryption algorithm that was used to decrypt the ciphertext
before it was reencrypted.
@return [String]

@!attribute [rw] destination_encryption_algorithm

The encryption algorithm that was used to reencrypt the data.
@return [String]

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

Constants

SENSITIVE