Struct rusoto_kms::GenerateRandomResponse [] [src]

pub struct GenerateRandomResponse {
    pub plaintext: Option<Vec<u8>>,
}

Fields

The random byte string.

Trait Implementations

impl Default for GenerateRandomResponse
[src]

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

impl Debug for GenerateRandomResponse
[src]

Formats the value using the given formatter.

impl Clone for GenerateRandomResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more