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]

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

impl Debug for CreatePresetResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for CreatePresetResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreatePresetResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations