ListAnalyzersResponse constructor

ListAnalyzersResponse({
  1. required List<AnalyzerSummary> analyzers,
  2. String? nextToken,
})

Implementation

ListAnalyzersResponse({
  required this.analyzers,
  this.nextToken,
});