Struct rusoto_codepipeline::PipelineContext [] [src]

pub struct PipelineContext {
    pub action: Option<ActionContext>,
    pub pipeline_name: Option<PipelineName>,
    pub stage: Option<StageContext>,
}

Represents information about a pipeline to a job worker.

Fields

The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account.

The stage of the pipeline.

Trait Implementations

impl Default for PipelineContext
[src]

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

impl Debug for PipelineContext
[src]

Formats the value using the given formatter.

impl Clone for PipelineContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more