ListedWorkflow

Contains the identifier, text description, and Amazon Resource Name (ARN) for the workflow.

Types

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

Properties

Link copied to clipboard
val arn: String?

Specifies the unique Amazon Resource Name (ARN) for the workflow.

Link copied to clipboard

Specifies the text description for the workflow.

Link copied to clipboard

A unique identifier for the workflow.

Functions

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