ListCustomMetricsResponse constructor

ListCustomMetricsResponse({
  1. List<String>? metricNames,
  2. String? nextToken,
})

Implementation

ListCustomMetricsResponse({
  this.metricNames,
  this.nextToken,
});