ListHumanLoopsResponse constructor

ListHumanLoopsResponse({
  1. required List<HumanLoopSummary> humanLoopSummaries,
  2. String? nextToken,
})

Implementation

ListHumanLoopsResponse({
  required this.humanLoopSummaries,
  this.nextToken,
});