DescribeEnvironmentHealthResult class
Health details for an AWS Elastic Beanstalk environment.
Constructors
-
DescribeEnvironmentHealthResult({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. [...]
read-only, inherited
- 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.
read-only, inherited
- status → EnvironmentHealth
-
The environment's operational status.
Ready
,Launching
,Updating
,Terminating
, orTerminated
.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited