DescribeAlarmsOutput class

Constructors

DescribeAlarmsOutput({List<CompositeAlarm>? compositeAlarms, List<MetricAlarm>? metricAlarms, String? nextToken})
DescribeAlarmsOutput.fromXml(XmlElement elem)
factory

Properties

compositeAlarms List<CompositeAlarm>?
The information about any composite alarms returned by the operation.
final
hashCode int
The hash code for this object.
no setterinherited
metricAlarms List<MetricAlarm>?
The information about any metric alarms returned by the operation.
final
nextToken String?
The token that marks the start of 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