GetFlowExecutionResponse

Types

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

Properties

Link copied to clipboard

The timestamp when the flow execution ended. This field is only populated when the execution has completed, failed, timed out, or been aborted.

Link copied to clipboard

A list of errors that occurred during the flow execution. Each error includes an error code, message, and the node where the error occurred, if applicable.

Link copied to clipboard

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

Link copied to clipboard

The unique identifier of the flow alias used for the execution.

Link copied to clipboard

The unique identifier of the flow.

Link copied to clipboard

The version of the flow used for the execution.

Link copied to clipboard

The timestamp when the flow execution started.

Link copied to clipboard

The current status of the flow execution.

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