DescribeAnomalyDetectorsOutput constructor
DescribeAnomalyDetectorsOutput({
- List<
AnomalyDetector> ? anomalyDetectors, - String? nextToken,
Implementation
DescribeAnomalyDetectorsOutput({
this.anomalyDetectors,
this.nextToken,
});