Struct rusoto_codepipeline::PipelineExecutionSummary [] [src]

pub struct PipelineExecutionSummary {
    pub last_update_time: Option<f64>,
    pub pipeline_execution_id: Option<String>,
    pub start_time: Option<f64>,
    pub status: Option<String>,
}

Summary information about a pipeline execution.

Fields

The date and time of the last change to the pipeline execution, in timestamp format.

The ID of the pipeline execution.

The date and time when the pipeline execution began, in timestamp format.

The status of the pipeline execution.

  • InProgress: The pipeline execution is currently running.

  • Succeeded: The pipeline execution completed successfully.

  • Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution caught up and continued through the pipeline instead.

  • Failed: The pipeline execution did not complete successfully.

Trait Implementations

impl Default for PipelineExecutionSummary
[src]

[src]

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

impl Debug for PipelineExecutionSummary
[src]

[src]

Formats the value using the given formatter.

impl Clone for PipelineExecutionSummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more