Struct rusoto_codepipeline::ListPipelineExecutionsInput [] [src]

pub struct ListPipelineExecutionsInput {
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
    pub pipeline_name: String,
}

Represents the input of a list pipeline executions action.

Fields

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. The available pipeline execution history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100.

The token that was returned from the previous list pipeline executions call, which can be used to return the next set of pipeline executions in the list.

The name of the pipeline for which you want to get execution summary information.

Trait Implementations

impl Default for ListPipelineExecutionsInput
[src]

[src]

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

impl Debug for ListPipelineExecutionsInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListPipelineExecutionsInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more