Struct rusoto_kms::GenerateRandomResponse [] [src]

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

Fields

The random byte string. When you use the HTTP API or the AWS CLI, the value is Base64-encoded. Otherwise, it is not encoded.

Trait Implementations

impl Default for GenerateRandomResponse
[src]

[src]

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

impl Debug for GenerateRandomResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GenerateRandomResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations