Individual Outcome Args
data class IndividualOutcomeArgs(val multistepNumber: Output<Int>? = null, val outcomeSummary: Output<IndividualOutcomeOutcomeSummary>? = null, val runDuration: Output<DurationArgs>? = null, val stepId: Output<String>? = null) : ConvertibleToJava<IndividualOutcomeArgs>
Step Id and outcome of each individual step that was run as a group with other steps with the same configuration.
Constructors
Link copied to clipboard
fun IndividualOutcomeArgs(multistepNumber: Output<Int>? = null, outcomeSummary: Output<IndividualOutcomeOutcomeSummary>? = null, runDuration: Output<DurationArgs>? = null, stepId: Output<String>? = null)