MetricFilter constructor

MetricFilter({
  1. int? creationTime,
  2. String? filterName,
  3. String? filterPattern,
  4. String? logGroupName,
  5. List<MetricTransformation>? metricTransformations,
})

Implementation

MetricFilter({
  this.creationTime,
  this.filterName,
  this.filterPattern,
  this.logGroupName,
  this.metricTransformations,
});