Get Workflow Result
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: WorkflowTagMap? = null, val type: WorkflowType? = null)
Constructors
Link copied to clipboard
fun GetWorkflowResult(arn: String? = null, creationTime: String? = null, description: String? = null, id: String? = null, name: String? = null, status: WorkflowStatus? = null, tags: WorkflowTagMap? = null, type: WorkflowType? = null)