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
action: Option<ActionContext>
pipeline_name: Option<PipelineName>
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.
stage: Option<StageContext>
The stage of the pipeline.
Trait Implementations
impl Default for PipelineContext
[src]
fn default() -> PipelineContext
Returns the "default value" for a type. Read more
impl Debug for PipelineContext
[src]
impl Clone for PipelineContext
[src]
fn clone(&self) -> PipelineContext
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more