Get Workflow Version Result
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)
Properties
Link copied to clipboard
The creation time of the workflow version.
Link copied to clipboard
The description of the workflow version.
Link copied to clipboard
The status of the workflow version.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The type of the workflow version.