Struct rusoto_codepipeline::StageExecution [] [src]

pub struct StageExecution {
    pub pipeline_execution_id: String,
    pub status: String,
}

Represents information about the run of a stage.

Fields

The ID of the pipeline execution associated with the stage.

The status of the stage, or for a completed stage, the last status of the stage.

Trait Implementations

impl Default for StageExecution
[src]

[src]

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

impl Debug for StageExecution
[src]

[src]

Formats the value using the given formatter.

impl Clone for StageExecution
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more