DescribeEnvironmentHealthResult class
Health details for an AWS Elastic Beanstalk environment.
Constructors
-
DescribeEnvironmentHealthResult.new({ApplicationMetrics? applicationMetrics, List<
String> ? causes, String? color, String? environmentName, String? healthStatus, InstanceHealthSummary? instancesHealth, DateTime? refreshedAt, EnvironmentHealth? status}) - DescribeEnvironmentHealthResult.fromXml(XmlElement elem)
-
factory
Properties
- applicationMetrics → ApplicationMetrics?
-
Application request metrics for the environment.
final
-
causes
→ List<
String> ? -
Descriptions of the data that contributed to the environment's current
health status.
final
- color → String?
-
The health
color of the environment.
final
- environmentName → String?
-
The environment's name.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- healthStatus → String?
-
The health
status of the environment. For example,
Ok
.final - instancesHealth → InstanceHealthSummary?
-
Summary health information for the instances in the environment.
final
- refreshedAt → DateTime?
-
The date and time that the health information was retrieved.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → EnvironmentHealth?
-
The environment's operational status.
Ready
,Launching
,Updating
,Terminating
, orTerminated
.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