You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticBeanstalk::Types::DescribeEnvironmentHealthResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Health details for an AWS Elastic Beanstalk environment.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#application_metricsTypes::ApplicationMetrics

Application request metrics for the environment.

Returns:

#causesArray<String>

Descriptions of the data that contributed to the environment\'s current health status.

Returns:

  • (Array<String>)

    Descriptions of the data that contributed to the environment\'s current health status.

#colorString

The health color of the environment.

Returns:

  • (String)

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

#environment_nameString

The environment\'s name.

Returns:

  • (String)

    The environment\'s name.

#health_statusString

The health status of the environment. For example, Ok.

Returns:

  • (String)

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

#instances_healthTypes::InstanceHealthSummary

Summary health information for the instances in the environment.

Returns:

#refreshed_atTime

The date and time that the health information was retrieved.

Returns:

  • (Time)

    The date and time that the health information was retrieved.

#statusString

The environment\'s operational status. Ready, Launching, Updating, Terminating, or Terminated.

Possible values:

  • Green
  • Yellow
  • Red
  • Grey

Returns:

  • (String)

    The environment\'s operational status.