ListMonitoringExecutionsResponse constructor
ListMonitoringExecutionsResponse({
- required List<
MonitoringExecutionSummary> monitoringExecutionSummaries, - String? nextToken,
Implementation
ListMonitoringExecutionsResponse({
required this.monitoringExecutionSummaries,
this.nextToken,
});