class Aws::ElasticBeanstalk::Types::SingleInstanceHealth

Detailed health information about an Amazon EC2 instance in your Elastic Beanstalk environment.

@!attribute [rw] instance_id

The ID of the Amazon EC2 instance.
@return [String]

@!attribute [rw] health_status

Returns the health status of the specified instance. For more
information, see [Health Colors and Statuses][1].

[1]: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html
@return [String]

@!attribute [rw] color

Represents the color indicator that gives you information about the
health of the EC2 instance. For more information, see [Health Colors
and Statuses][1].

[1]: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html
@return [String]

@!attribute [rw] causes

Represents the causes, which provide more information about the
current health status.
@return [Array<String>]

@!attribute [rw] launched_at

The time at which the EC2 instance was launched.
@return [Time]

@!attribute [rw] application_metrics

Request metrics from your application.
@return [Types::ApplicationMetrics]

@!attribute [rw] system

Operating system metrics from the instance.
@return [Types::SystemStatus]

@!attribute [rw] deployment

Information about the most recent deployment to an instance.
@return [Types::Deployment]

@!attribute [rw] availability_zone

The availability zone in which the instance runs.
@return [String]

@!attribute [rw] instance_type

The instance's type.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/SingleInstanceHealth AWS API Documentation

Constants

SENSITIVE