Class: Aws::ElasticBeanstalk::Types::DescribeInstancesHealthResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::DescribeInstancesHealthResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Detailed health information about the Amazon EC2 instances in an AWS Elastic Beanstalk environment.
Constant Summary collapse
- SENSITIVE =
[]
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.
2106 2107 2108 2109 2110 2111 2112 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2106 class DescribeInstancesHealthResult < Struct.new( :instance_health_list, :refreshed_at, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token for the next page of results, if available.
2106 2107 2108 2109 2110 2111 2112 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2106 class DescribeInstancesHealthResult < Struct.new( :instance_health_list, :refreshed_at, :next_token) SENSITIVE = [] include Aws::Structure end |
#refreshed_at ⇒ Time
The date and time that the health information was retrieved.
2106 2107 2108 2109 2110 2111 2112 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2106 class DescribeInstancesHealthResult < Struct.new( :instance_health_list, :refreshed_at, :next_token) SENSITIVE = [] include Aws::Structure end |