Struct rusoto_elastictranscoder::ListPresetsRequest[][src]

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

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. Read more

impl Clone for ListPresetsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListPresetsRequest
[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