GetWorkflowResult

data class GetWorkflowResult(val arn: String? = null, val tags: List<Tag>? = null, val workflowId: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, tags: List<Tag>? = null, workflowId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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

Link copied to clipboard
val tags: List<Tag>? = null

Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.

Link copied to clipboard
val workflowId: String? = null

A unique identifier for the workflow.