DescribeAnomalyDetectorsOutput constructor

DescribeAnomalyDetectorsOutput({
  1. List<AnomalyDetector>? anomalyDetectors,
  2. String? nextToken,
})

Implementation

DescribeAnomalyDetectorsOutput({
  this.anomalyDetectors,
  this.nextToken,
});