Struct rusoto_elastictranscoder::ListPresetsResponse [] [src]

pub struct ListPresetsResponse {
    pub next_page_token: Option<Id>,
    pub presets: Option<Presets>,
}

The ListPresetsResponse structure.

Fields

A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

An array of Preset objects.

Trait Implementations

impl Default for ListPresetsResponse
[src]

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

impl Debug for ListPresetsResponse
[src]

Formats the value using the given formatter.

impl Clone for ListPresetsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more