Struct rusoto_elastictranscoder::ListJobsByPipelineRequest [] [src]

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

The ListJobsByPipelineRequest structure.

Fields

To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs 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.

The ID of the pipeline for which you want to get job information.

Trait Implementations

impl Default for ListJobsByPipelineRequest
[src]

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

impl Debug for ListJobsByPipelineRequest
[src]

Formats the value using the given formatter.

impl Clone for ListJobsByPipelineRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more