ListAutoMLJobsResponse constructor

ListAutoMLJobsResponse({
  1. required List<AutoMLJobSummary> autoMLJobSummaries,
  2. String? nextToken,
})

Implementation

ListAutoMLJobsResponse({
  required this.autoMLJobSummaries,
  this.nextToken,
});