Struct rusoto_elastictranscoder::ReadPresetRequest [] [src]

pub struct ReadPresetRequest {
    pub id: String,
}

The ReadPresetRequest structure.

Fields

The identifier of the preset for which you want to get detailed information.

Trait Implementations

impl Default for ReadPresetRequest
[src]

[src]

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

impl Debug for ReadPresetRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for ReadPresetRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more