GetMatchingWorkflowResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null
Link copied to clipboard
val description: String? = null

The description of the MatchingWorkflow

Link copied to clipboard
Link copied to clipboard
val roleArn: String? = null
Link copied to clipboard
Link copied to clipboard
val updatedAt: String? = null
Link copied to clipboard
val workflowArn: String? = null