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.

Link copied to clipboard

The run's workflow ID.

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