WorkflowSummary

Summary information about a workflow, including basic identification and metadata.

Types

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

Properties

Link copied to clipboard

The timestamp when the workflow was created, in ISO 8601 date-time format.

Link copied to clipboard

The description of the workflow.

Link copied to clipboard

The timestamp when the workflow was last modified, in ISO 8601 date-time format.

Link copied to clipboard
val name: String?

The name of the workflow.

Link copied to clipboard

The trigger mode for the workflow execution.

Link copied to clipboard

The Amazon Resource Name (ARN) of the workflow.

Link copied to clipboard

The current status of the workflow.

Link copied to clipboard

The version identifier of the workflow.

Functions

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