ListJobExecutionsForJobResponse constructor

ListJobExecutionsForJobResponse({
  1. List<JobExecutionSummaryForJob>? executionSummaries,
  2. String? nextToken,
})

Implementation

ListJobExecutionsForJobResponse({
  this.executionSummaries,
  this.nextToken,
});