class Aws::KMS::Types::GenerateDataKeyPairResponse
@!attribute [rw] private_key_ciphertext_blob
The encrypted copy of the private 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] private_key_plaintext
The plaintext copy of the private 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] public_key
The public key (in plaintext). @return [String]
@!attribute [rw] key_id
The Amazon Resource Name ([key ARN][1]) of the KMS key that encrypted the private key. [1]: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN @return [String]
@!attribute [rw] key_pair_spec
The type of data key pair that was generated. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/kms-2014-11-01/GenerateDataKeyPairResponse AWS API Documentation
Constants
- SENSITIVE