Struct rusoto_kms::GenerateDataKeyResponse [] [src]

pub struct GenerateDataKeyResponse {
    pub ciphertext_blob: Option<Vec<u8>>,
    pub key_id: Option<String>,
    pub plaintext: Option<Vec<u8>>,
}

Fields

The encrypted data encryption key.

The identifier of the CMK under which the data encryption key was generated and encrypted.

The data encryption key. Use this data key for local encryption and decryption, then remove it from memory as soon as possible.

Trait Implementations

impl Default for GenerateDataKeyResponse
[src]

Returns the "default value" for a type. Read more

impl Debug for GenerateDataKeyResponse
[src]

Formats the value using the given formatter.

impl Clone for GenerateDataKeyResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more