Struct aws_sdk_codepipeline::model::execution_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ExecutionDetails
Implementations
The summary of the current status of the actions.
The summary of the current status of the actions.
The system-generated unique ID of this action used to identify this job worker in any external systems, such as AWS CodeDeploy.
The system-generated unique ID of this action used to identify this job worker in any external systems, such as AWS CodeDeploy.
The percentage of work completed on the action, represented on a scale of 0 to 100 percent.
The percentage of work completed on the action, represented on a scale of 0 to 100 percent.
Consumes the builder and constructs a ExecutionDetails
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