class Aws::ElasticBeanstalk::Types::DescribeEnvironmentHealthResult

Health details for an AWS Elastic Beanstalk environment.

@!attribute [rw] environment_name

The environment's name.
@return [String]

@!attribute [rw] health_status

The [health status][1] of the environment. For example, `Ok`.

[1]: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html
@return [String]

@!attribute [rw] status

The environment's operational status. `Ready`, `Launching`,
`Updating`, `Terminating`, or `Terminated`.
@return [String]

@!attribute [rw] color

The [health color][1] of the environment.

[1]: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html
@return [String]

@!attribute [rw] causes

Descriptions of the data that contributed to the environment's
current health status.
@return [Array<String>]

@!attribute [rw] application_metrics

Application request metrics for the environment.
@return [Types::ApplicationMetrics]

@!attribute [rw] instances_health

Summary health information for the instances in the environment.
@return [Types::InstanceHealthSummary]

@!attribute [rw] refreshed_at

The date and time that the health information was retrieved.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentHealthResult AWS API Documentation

Constants

SENSITIVE