MonitoredResourceInfo class
Describes resource being monitored by an alarm.
An alarm is a way to monitor your Amazon Lightsail resource metrics. For more information, see Alarms in Amazon Lightsail.
Constructors
- MonitoredResourceInfo({String? arn, String? name, ResourceType? resourceType})
-
MonitoredResourceInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The Amazon Resource Name (ARN) of the resource being monitored.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The name of the Lightsail resource being monitored.
final
- resourceType → ResourceType?
-
The Lightsail resource type of the resource being monitored.
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