UpdateAnomalyMonitorResponse constructor

UpdateAnomalyMonitorResponse({
  1. required String monitorArn,
})

Implementation

UpdateAnomalyMonitorResponse({
  required this.monitorArn,
});