MetricInfo class

Information about the CloudWatch metric that reflects quota usage.

Constructors

MetricInfo({Map<String, String>? metricDimensions, String? metricName, String? metricNamespace, String? metricStatisticRecommendation})
MetricInfo.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
metricDimensions Map<String, String>?
The metric dimension. This is a name/value pair that is part of the identity of a metric.
final
metricName String?
The name of the metric.
final
metricNamespace String?
The namespace of the metric.
final
metricStatisticRecommendation String?
The metric statistic that we recommend you use when determining quota usage.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited