Get Matching Workflow Result
data class GetMatchingWorkflowResult(val createdAt: String? = null, val description: String? = null, val inputSourceConfig: List<MatchingWorkflowInputSource>? = null, val outputSourceConfig: List<MatchingWorkflowOutputSource>? = null, val resolutionTechniques: MatchingWorkflowResolutionTechniques? = null, val roleArn: String? = null, val tags: List<MatchingWorkflowTag>? = null, val updatedAt: String? = null, val workflowArn: String? = null)
Constructors
Link copied to clipboard
fun GetMatchingWorkflowResult(createdAt: String? = null, description: String? = null, inputSourceConfig: List<MatchingWorkflowInputSource>? = null, outputSourceConfig: List<MatchingWorkflowOutputSource>? = null, resolutionTechniques: MatchingWorkflowResolutionTechniques? = null, roleArn: String? = null, tags: List<MatchingWorkflowTag>? = null, updatedAt: String? = null, workflowArn: String? = null)