ActionExecution

Represents information about the run of an action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The details of an error returned by a URL external to Amazon Web Services.

Link copied to clipboard

The external ID of the run of the action.

Link copied to clipboard

The URL of a resource external to Amazon Web Services that is used when running the action (for example, an external repository URL).

Link copied to clipboard

The last status change of the action.

Link copied to clipboard

The ARN of the user who last changed the pipeline.

Link copied to clipboard

A percentage of completeness of the action as it runs.

Link copied to clipboard

The status of the action, or for a completed action, the last status of the action.

Link copied to clipboard

A summary of the run of the action.

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: ActionExecution.Builder.() -> Unit = {}): ActionExecution
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String