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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/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 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:



2106
2107
2108
2109
2110
2111
2112
# File 'gems/aws-sdk-elasticbeanstalk/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_tokenString

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

Returns:

  • (String)


2106
2107
2108
2109
2110
2111
2112
# File 'gems/aws-sdk-elasticbeanstalk/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_atTime

The date and time that the health information was retrieved.

Returns:

  • (Time)


2106
2107
2108
2109
2110
2111
2112
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2106

class DescribeInstancesHealthResult < Struct.new(
  :instance_health_list,
  :refreshed_at,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end