WorkflowStepExecution

Contains runtime details for an instance of a workflow that ran for the associated image build version.

Types

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

Properties

Link copied to clipboard

The name of the step action.

Link copied to clipboard

The Amazon Resource Name (ARN) of the image build version that ran the workflow.

Link copied to clipboard
val name: String?

The name of the workflow step.

Link copied to clipboard

The timestamp when the workflow step started.

Link copied to clipboard

Uniquely identifies the workflow step that ran for the associated image build version.

Link copied to clipboard

The ARN of the workflow resource that ran.

Link copied to clipboard

Uniquely identifies the runtime instance of the workflow that contains the workflow step that ran for the associated image build version.

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