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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb

Overview

Health details for an AWS Elastic Beanstalk environment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_metricsTypes::ApplicationMetrics

Application request metrics for the environment.



1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1771

class DescribeEnvironmentHealthResult < Struct.new(
  :environment_name,
  :health_status,
  :status,
  :color,
  :causes,
  :application_metrics,
  :instances_health,
  :refreshed_at)
  SENSITIVE = []
  include Aws::Structure
end

#causesArray<String>

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

Returns:

  • (Array<String>)


1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1771

class DescribeEnvironmentHealthResult < Struct.new(
  :environment_name,
  :health_status,
  :status,
  :color,
  :causes,
  :application_metrics,
  :instances_health,
  :refreshed_at)
  SENSITIVE = []
  include Aws::Structure
end

#colorString

The health color of the environment.

Returns:

  • (String)


1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1771

class DescribeEnvironmentHealthResult < Struct.new(
  :environment_name,
  :health_status,
  :status,
  :color,
  :causes,
  :application_metrics,
  :instances_health,
  :refreshed_at)
  SENSITIVE = []
  include Aws::Structure
end

#environment_nameString

The environment's name.

Returns:

  • (String)


1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1771

class DescribeEnvironmentHealthResult < Struct.new(
  :environment_name,
  :health_status,
  :status,
  :color,
  :causes,
  :application_metrics,
  :instances_health,
  :refreshed_at)
  SENSITIVE = []
  include Aws::Structure
end

#health_statusString

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

Returns:

  • (String)


1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1771

class DescribeEnvironmentHealthResult < Struct.new(
  :environment_name,
  :health_status,
  :status,
  :color,
  :causes,
  :application_metrics,
  :instances_health,
  :refreshed_at)
  SENSITIVE = []
  include Aws::Structure
end

#instances_healthTypes::InstanceHealthSummary

Summary health information for the instances in the environment.



1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1771

class DescribeEnvironmentHealthResult < Struct.new(
  :environment_name,
  :health_status,
  :status,
  :color,
  :causes,
  :application_metrics,
  :instances_health,
  :refreshed_at)
  SENSITIVE = []
  include Aws::Structure
end

#refreshed_atTime

The date and time that the health information was retrieved.

Returns:

  • (Time)


1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1771

class DescribeEnvironmentHealthResult < Struct.new(
  :environment_name,
  :health_status,
  :status,
  :color,
  :causes,
  :application_metrics,
  :instances_health,
  :refreshed_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1771

class DescribeEnvironmentHealthResult < Struct.new(
  :environment_name,
  :health_status,
  :status,
  :color,
  :causes,
  :application_metrics,
  :instances_health,
  :refreshed_at)
  SENSITIVE = []
  include Aws::Structure
end