GetWorkflowResult

data class GetWorkflowResult(val arn: String? = null, val creationTime: String? = null, val description: String? = null, val id: String? = null, val name: String? = null, val status: WorkflowStatus? = null, val tags: Map<String, String>? = null, val type: WorkflowType? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, creationTime: String? = null, description: String? = null, id: String? = null, name: String? = null, status: WorkflowStatus? = null, tags: Map<String, String>? = null, type: WorkflowType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN for the workflow.

Link copied to clipboard
val creationTime: String? = null

When the workflow was created.

Link copied to clipboard
val description: String? = null

The parameter's description.

Link copied to clipboard
val id: String? = null

The workflow's ID.

Link copied to clipboard
val name: String? = null

The workflow's name.

Link copied to clipboard
val status: WorkflowStatus? = null

The workflow's status.

Link copied to clipboard
val tags: Map<String, String>? = null

Tags for the workflow.

Link copied to clipboard
val type: WorkflowType? = null

The workflow's type.