StartSyncExecutionResponse

Types

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

Properties

Link copied to clipboard

An object that describes workflow billing details, including billed duration and memory use.

Link copied to clipboard

A more detailed explanation of the cause of the failure.

Link copied to clipboard

The error code of the failure.

Link copied to clipboard

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

Link copied to clipboard

The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

Link copied to clipboard

Provides details about execution input or output.

Link copied to clipboard
val name: String?

The name of the execution.

Link copied to clipboard

The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

Link copied to clipboard

Provides details about execution input or output.

Link copied to clipboard

The date the execution is started.

Link copied to clipboard

The Amazon Resource Name (ARN) that identifies the state machine.

Link copied to clipboard

The current status of the execution.

Link copied to clipboard

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

Link copied to clipboard

The X-Ray trace header that was passed to the 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