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
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#application_metricsTypes::ApplicationMetrics

Request metrics from your application.

Returns:

#availability_zoneString

The availability zone in which the instance runs.

Returns:

  • (String)

    The availability zone in which the instance runs.

#causesArray<String>

Represents the causes, which provide more information about the current health status.

Returns:

  • (Array<String>)

    Represents the causes, which provide more information about the current health status.

#colorString

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

Returns:

  • (String)

    Represents the color indicator that gives you information about the health of the EC2 instance.

#deploymentTypes::Deployment

Information about the most recent deployment to an instance.

Returns:

  • (Types::Deployment)

    Information about the most recent deployment to an instance.

#health_statusString

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

Returns:

  • (String)

    Returns the health status of the specified instance.

#instance_idString

The ID of the Amazon EC2 instance.

Returns:

  • (String)

    The ID of the Amazon EC2 instance.

#instance_typeString

The instance\'s type.

Returns:

  • (String)

    The instance\'s type.

#launched_atTime

The time at which the EC2 instance was launched.

Returns:

  • (Time)

    The time at which the EC2 instance was launched.

#systemTypes::SystemStatus

Operating system metrics from the instance.

Returns: