ExecutionListItem

Contains details about an execution.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) that identifies the execution.

Link copied to clipboard

The total number of items processed in a child workflow execution. This field is returned only if mapRunArn was specified in the ListExecutions API action. If stateMachineArn was specified in ListExecutions, the itemCount field isn't returned.

Link copied to clipboard

The Amazon Resource Name (ARN) of a Map Run. This field is returned only if mapRunArn was specified in the ListExecutions API action. If stateMachineArn was specified in ListExecutions, the mapRunArn isn't returned.

Link copied to clipboard

The name of the execution.

Link copied to clipboard

The number of times you've redriven an execution. If you have not yet redriven an execution, the redriveCount is 0. This count is only updated when you successfully redrive an execution.

Link copied to clipboard

The date the execution was last redriven.

Link copied to clipboard

The date the execution started.

Link copied to clipboard

The Amazon Resource Name (ARN) of the state machine alias used to start an execution.

Link copied to clipboard

The Amazon Resource Name (ARN) of the state machine that ran the execution.

Link copied to clipboard

The Amazon Resource Name (ARN) of the state machine version associated with the execution.

Link copied to clipboard

The current status of the execution.

Link copied to clipboard

If the execution already ended, the date the execution stopped.

Functions

Link copied to clipboard
inline fun copy(block: ExecutionListItem.Builder.() -> Unit = {}): ExecutionListItem
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