GetWorkflowExecutionResponse

Types

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

Properties

Link copied to clipboard

The timestamp when the specified runtime instance of the workflow finished.

Link copied to clipboard

The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the workflow created.

Link copied to clipboard

The output message from the specified runtime instance of the workflow, if applicable.

Link copied to clipboard

Test workflows are defined within named runtime groups. The parallel group is a named group that contains one or more test workflows.

Link copied to clipboard

The request ID that uniquely identifies this request.

Link copied to clipboard

The timestamp when the specified runtime instance of the workflow started.

Link copied to clipboard

The current runtime status for the specified runtime instance of the workflow.

Link copied to clipboard

The total number of steps in the specified runtime instance of the workflow that ran. This number should equal the sum of the step counts for steps that succeeded, were skipped, and failed.

Link copied to clipboard

A runtime count for the number of steps that failed in the specified runtime instance of the workflow.

Link copied to clipboard

A runtime count for the number of steps that were skipped in the specified runtime instance of the workflow.

Link copied to clipboard

A runtime count for the number of steps that ran successfully in the specified runtime instance of the workflow.

Link copied to clipboard

The type of workflow that Image Builder ran for the specified runtime instance of the workflow.

Link copied to clipboard

The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines the specified runtime instance of the workflow.

Link copied to clipboard

The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.

Functions

Link copied to clipboard
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