Struct aws_sdk_codepipeline::output::get_pipeline_state_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetPipelineStateOutput
Implementations
The name of the pipeline for which you want to get the state.
The name of the pipeline for which you want to get the state.
The version number of the pipeline.
A newly created pipeline is always assigned a version number of 1
.
The version number of the pipeline.
A newly created pipeline is always assigned a version number of 1
.
Appends an item to stage_states
.
To override the contents of this collection use set_stage_states
.
A list of the pipeline stage output information, including stage name, state, most recent run details, whether the stage is disabled, and other data.
A list of the pipeline stage output information, including stage name, state, most recent run details, whether the stage is disabled, and other data.
The date and time the pipeline was created, in timestamp format.
The date and time the pipeline was created, in timestamp format.
The date and time the pipeline was last updated, in timestamp format.
The date and time the pipeline was last updated, in timestamp format.
Consumes the builder and constructs a GetPipelineStateOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more