class Aws::KMS::Types::GenerateDataKeyResponse

@!attribute [rw] ciphertext_blob

The encrypted copy of the data key. 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] plaintext

The plaintext data key. When you use the HTTP API or the Amazon Web
Services CLI, the value is Base64-encoded. Otherwise, it is not
Base64-encoded. Use this data key to encrypt your data outside of
KMS. Then, remove it from memory as soon as possible.
@return [String]

@!attribute [rw] key_id

The Amazon Resource Name ([key ARN][1]) of the KMS key that
encrypted the data key.

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

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

Constants

SENSITIVE