GetCurrentMetricDataResponse constructor
GetCurrentMetricDataResponse({
- DateTime? dataSnapshotTime,
- List<
CurrentMetricResult> ? metricResults, - String? nextToken,
Implementation
GetCurrentMetricDataResponse({
this.dataSnapshotTime,
this.metricResults,
this.nextToken,
});