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: 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)