RunListItem

A workflow run.

Types

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

Properties

Link copied to clipboard
val arn: String?

The run's ARN.

Link copied to clipboard

When the run was created.

Link copied to clipboard
val id: String?

The run's ID.

Link copied to clipboard
val name: String?

The run's name.

Link copied to clipboard

The run's priority.

Link copied to clipboard

When the run started.

Link copied to clipboard

The run's status.

Link copied to clipboard

When the run stopped.

Link copied to clipboard

The run's storage capacity in gibibytes. For dynamic storage, after the run has completed, this value is the maximum amount of storage used during the run.

Link copied to clipboard

The run's storage type.

Link copied to clipboard

The run's workflow ID.

Link copied to clipboard

The name of the workflow version.

Functions

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