UpdateFlowRequest

Types

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

Properties

Link copied to clipboard

The ID of the Amazon Web Services account that contains the flow that you are updating.

Link copied to clipboard

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Link copied to clipboard

Updated description for the flow. Omit to preserve the existing description.

Link copied to clipboard

The definition of the flow, specifying the steps and configurations. This is the flow definition in Quick Flow's internal format. The format is subject to change. When provided, all existing steps are replaced. Omit to preserve the existing definition.

Link copied to clipboard

The unique identifier of the flow to update.

Link copied to clipboard
val name: String?

Updated display name for the flow. Omit to preserve the existing name.

Functions

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