Class: Aws::ElasticBeanstalk::Types::InstanceHealthSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::InstanceHealthSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Represents summary information about the health of an instance. For more information, see [Health Colors and Statuses].
[1]: docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#degraded ⇒ Integer
Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.
-
#info ⇒ Integer
Green. An operation is in progress on an instance.
-
#no_data ⇒ Integer
Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.
-
#ok ⇒ Integer
Green. An instance is passing health checks and the health agent is not reporting any problems.
-
#pending ⇒ Integer
Grey. An operation is in progress on an instance within the command timeout.
-
#severe ⇒ Integer
Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.
-
#unknown ⇒ Integer
Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.
-
#warning ⇒ Integer
Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.
Instance Attribute Details
#degraded ⇒ Integer
Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.
2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2670 class InstanceHealthSummary < Struct.new( :no_data, :unknown, :pending, :ok, :info, :warning, :degraded, :severe) SENSITIVE = [] include Aws::Structure end |
#info ⇒ Integer
Green. An operation is in progress on an instance.
2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2670 class InstanceHealthSummary < Struct.new( :no_data, :unknown, :pending, :ok, :info, :warning, :degraded, :severe) SENSITIVE = [] include Aws::Structure end |
#no_data ⇒ Integer
Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.
2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2670 class InstanceHealthSummary < Struct.new( :no_data, :unknown, :pending, :ok, :info, :warning, :degraded, :severe) SENSITIVE = [] include Aws::Structure end |
#ok ⇒ Integer
Green. An instance is passing health checks and the health agent is not reporting any problems.
2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2670 class InstanceHealthSummary < Struct.new( :no_data, :unknown, :pending, :ok, :info, :warning, :degraded, :severe) SENSITIVE = [] include Aws::Structure end |
#pending ⇒ Integer
Grey. An operation is in progress on an instance within the command timeout.
2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2670 class InstanceHealthSummary < Struct.new( :no_data, :unknown, :pending, :ok, :info, :warning, :degraded, :severe) SENSITIVE = [] include Aws::Structure end |
#severe ⇒ Integer
Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.
2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2670 class InstanceHealthSummary < Struct.new( :no_data, :unknown, :pending, :ok, :info, :warning, :degraded, :severe) SENSITIVE = [] include Aws::Structure end |
#unknown ⇒ Integer
Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.
2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2670 class InstanceHealthSummary < Struct.new( :no_data, :unknown, :pending, :ok, :info, :warning, :degraded, :severe) SENSITIVE = [] include Aws::Structure end |
#warning ⇒ Integer
Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.
2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2670 class InstanceHealthSummary < Struct.new( :no_data, :unknown, :pending, :ok, :info, :warning, :degraded, :severe) SENSITIVE = [] include Aws::Structure end |