You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticBeanstalk::Types::SingleInstanceHealth
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::SingleInstanceHealth
- Defined in:
- (unknown)
Overview
Detailed health information about an Amazon EC2 instance in your Elastic Beanstalk environment.
Instance Attribute Summary collapse
-
#application_metrics ⇒ Types::ApplicationMetrics
Request metrics from your application.
-
#availability_zone ⇒ String
The availability zone in which the instance runs.
-
#causes ⇒ Array<String>
Represents the causes, which provide more information about the current health status.
-
#color ⇒ String
Represents the color indicator that gives you information about the health of the EC2 instance.
-
#deployment ⇒ Types::Deployment
Information about the most recent deployment to an instance.
-
#health_status ⇒ String
Returns the health status of the specified instance.
-
#instance_id ⇒ String
The ID of the Amazon EC2 instance.
-
#instance_type ⇒ String
The instance\'s type.
-
#launched_at ⇒ Time
The time at which the EC2 instance was launched.
-
#system ⇒ Types::SystemStatus
Operating system metrics from the instance.
Instance Attribute Details
#application_metrics ⇒ Types::ApplicationMetrics
Request metrics from your application.
#availability_zone ⇒ String
The availability zone in which the instance runs.
#causes ⇒ Array<String>
Represents the causes, which provide more information about the current health status.
#color ⇒ String
Represents the color indicator that gives you information about the health of the EC2 instance. For more information, see Health Colors and Statuses.
#deployment ⇒ Types::Deployment
Information about the most recent deployment to an instance.
#health_status ⇒ String
Returns the health status of the specified instance. For more information, see Health Colors and Statuses.
#instance_id ⇒ String
The ID of the Amazon EC2 instance.
#instance_type ⇒ String
The instance\'s type.
#launched_at ⇒ Time
The time at which the EC2 instance was launched.
#system ⇒ Types::SystemStatus
Operating system metrics from the instance.