Struct rusoto_elastictranscoder::ListPresetsRequest [] [src]

pub struct ListPresetsRequest {
    pub ascending: Option<Ascending>,
    pub page_token: Option<Id>,
}

The ListPresetsRequest structure.

Fields

To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.

When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

Trait Implementations

impl Default for ListPresetsRequest
[src]

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

impl Debug for ListPresetsRequest
[src]

Formats the value using the given formatter.

impl Clone for ListPresetsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more