Struct rusoto_elastictranscoder::CreatePresetResponse [] [src]

pub struct CreatePresetResponse {
    pub preset: Option<Preset>,
    pub warning: Option<String>,
}

The CreatePresetResponse structure.

Fields

A section of the response body that provides information about the preset that is created.

If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.

Trait Implementations

impl Default for CreatePresetResponse
[src]

[src]

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

impl Debug for CreatePresetResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreatePresetResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more