GetWorkflowVersionResult

data class GetWorkflowVersionResult(val arn: String? = null, val creationTime: String? = null, val description: String? = null, val status: WorkflowVersionWorkflowStatus? = null, val storageCapacity: Double? = null, val storageType: WorkflowVersionStorageType? = null, val tags: Map<String, String>? = null, val type: WorkflowVersionWorkflowType? = null, val uuid: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, creationTime: String? = null, description: String? = null, status: WorkflowVersionWorkflowStatus? = null, storageCapacity: Double? = null, storageType: WorkflowVersionStorageType? = null, tags: Map<String, String>? = null, type: WorkflowVersionWorkflowType? = null, uuid: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

ARN of the workflow version.

Link copied to clipboard
val creationTime: String? = null

The creation time of the workflow version.

Link copied to clipboard
val description: String? = null

The description of the workflow version.

Link copied to clipboard

The status of the workflow version.

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

The type of the workflow version.

Link copied to clipboard
val uuid: String? = null