CreateCustomMetricResponse constructor

CreateCustomMetricResponse({
  1. String? metricArn,
  2. String? metricName,
})

Implementation

CreateCustomMetricResponse({
  this.metricArn,
  this.metricName,
});