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
- Struct
- Aws::ElasticBeanstalk::Types::DescribeInstancesHealthResult
 
- 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_health_list  ⇒ Array<Types::SingleInstanceHealth> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Detailed health information about each instance. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Pagination token for the next page of results, if available. 
- 
  
    
      #refreshed_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time that the health information was retrieved. 
Instance Attribute Details
#instance_health_list ⇒ Array<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.
#next_token ⇒ String
Pagination token for the next page of results, if available.
#refreshed_at ⇒ Time
The date and time that the health information was retrieved.