GetWorkflowRunResponse

Types

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

Properties

Link copied to clipboard

Parameters that were overridden for this specific workflow run.

Link copied to clipboard

Detailed information about the workflow run execution, including timing, status, and task instances.

Link copied to clipboard

The unique identifier of this workflow run.

Link copied to clipboard

The type of workflow run. Values are ON_DEMAND (manually triggered) or SCHEDULED (automatically triggered by schedule).

Link copied to clipboard

The Amazon Resource Name (ARN) of the workflow that contains this run.

Link copied to clipboard

The version of the workflow that is used for this run.

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