FlowSummary

The basic information of the flow exluding its definition specifying the steps.

Types

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

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the flow.

Link copied to clipboard

The identifier of the principal who created the flow.

Link copied to clipboard

The time this flow was created.

Link copied to clipboard

The description of the flow.

Link copied to clipboard

The unique identifier of the flow.

Link copied to clipboard

The last time this flow was published.

Link copied to clipboard

The identifier of the last principal who published the flow.

Link copied to clipboard

The identifier of the last principal who updated the flow.

Link copied to clipboard

The last time this flow was modified.

Link copied to clipboard

The display name of the flow.

Link copied to clipboard

The publish state for the flow. The valid values are DRAFT, PUBLISHED, or PENDING_APPROVAL.

Link copied to clipboard

The number of runs done for the flow.

Link copied to clipboard

The number of users who have used the flow.

Functions

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