Dimension class

For the metric that the CloudWatch alarm is associated with, a complex type that contains information about one dimension.

Constructors

Dimension({required String name, required String value})
Dimension.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
For the metric that the CloudWatch alarm is associated with, the name of one dimension.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
For the metric that the CloudWatch alarm is associated with, the value of one dimension.
final

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