Struct aws_sdk_codepipeline::model::action_execution::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ActionExecution
Implementations
ID of the workflow action execution in the current stage. Use the GetPipelineState action to retrieve the current action execution details of the current stage.
For older executions, this field might be empty. The action execution ID is available for executions run on or after March 2020.
ID of the workflow action execution in the current stage. Use the GetPipelineState action to retrieve the current action execution details of the current stage.
For older executions, this field might be empty. The action execution ID is available for executions run on or after March 2020.
The status of the action, or for a completed action, the last status of the action.
The status of the action, or for a completed action, the last status of the action.
A summary of the run of the action.
The last status change of the action.
The last status change of the action.
The system-generated token used to identify a unique approval request. The token
for each open approval request can be obtained using the GetPipelineState
command. It is used to validate that the approval request corresponding to this token is
still valid.
The system-generated token used to identify a unique approval request. The token
for each open approval request can be obtained using the GetPipelineState
command. It is used to validate that the approval request corresponding to this token is
still valid.
The ARN of the user who last changed the pipeline.
The ARN of the user who last changed the pipeline.
The external ID of the run of the action.
The external ID of the run of the action.
The URL of a resource external to AWS that is used when running the action (for example, an external repository URL).
The URL of a resource external to AWS that is used when running the action (for example, an external repository URL).
A percentage of completeness of the action as it runs.
A percentage of completeness of the action as it runs.
The details of an error returned by a URL external to AWS.
The details of an error returned by a URL external to AWS.
Consumes the builder and constructs a ActionExecution
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