WorkflowSummary

Contains metadata about the workflow resource.

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 workflow resource.

Link copied to clipboard

The change description for the current version of the workflow resource.

Link copied to clipboard

The original creation date of the workflow resource.

Link copied to clipboard

Describes the workflow.

Link copied to clipboard
val name: String?

The name of the workflow.

Link copied to clipboard

The owner of the workflow resource.

Link copied to clipboard

Describes the current state of the workflow resource.

Link copied to clipboard

Contains a list of tags that are defined for the workflow.

Link copied to clipboard

The image creation stage that this workflow applies to. Image Builder currently supports build and test stage workflows.

Link copied to clipboard

The version 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