GetMetricDataOutput class

Constructors

GetMetricDataOutput({List<MessageData>? messages, List<MetricDataResult>? metricDataResults, String? nextToken})
GetMetricDataOutput.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
messages List<MessageData>?
Contains a message about this GetMetricData operation, if the operation results in such a message. An example of a message that might be returned is Maximum number of allowed metrics exceeded. If there is a message, as much of the operation as possible is still executed.
final
metricDataResults List<MetricDataResult>?
The metrics that are returned, including the metric name, namespace, and dimensions.
final
nextToken String?
A token that marks the next batch of returned results.
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