DescribeAutomationStepExecutionsResult constructor
DescribeAutomationStepExecutionsResult({
- String? nextToken,
- List<
StepExecution> ? stepExecutions,
Implementation
DescribeAutomationStepExecutionsResult({
this.nextToken,
this.stepExecutions,
});