ListJobExecutionsForThingResponse constructor

ListJobExecutionsForThingResponse({
  1. List<JobExecutionSummaryForThing>? executionSummaries,
  2. String? nextToken,
})

Implementation

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