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

Class: Aws::ElasticBeanstalk::Types::DescribeInstancesHealthResult

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

Overview

Detailed health information about the Amazon EC2 instances in an AWS Elastic Beanstalk environment.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#instance_health_listArray<Types::SingleInstanceHealth>

Detailed health information about each instance.

The output differs slightly between Linux and Windows environments. There is a difference in the members that are supported under the <CPUUtilization> type.

Returns:

#next_tokenString

Pagination token for the next page of results, if available.

Returns:

  • (String)

    Pagination token for the next page of results, if available.

#refreshed_atTime

The date and time that the health information was retrieved.

Returns:

  • (Time)

    The date and time that the health information was retrieved.