DescribeAutomationStepExecutionsResult constructor

DescribeAutomationStepExecutionsResult({
  1. String? nextToken,
  2. List<StepExecution>? stepExecutions,
})

Implementation

DescribeAutomationStepExecutionsResult({
  this.nextToken,
  this.stepExecutions,
});