Struct rusoto_elasticbeanstalk::SingleInstanceHealth [] [src]

pub struct SingleInstanceHealth {
    pub application_metrics: Option<ApplicationMetrics>,
    pub availability_zone: Option<String>,
    pub causes: Option<Causes>,
    pub color: Option<String>,
    pub deployment: Option<Deployment>,
    pub health_status: Option<String>,
    pub instance_id: Option<InstanceId>,
    pub instance_type: Option<String>,
    pub launched_at: Option<LaunchedAt>,
    pub system: Option<SystemStatus>,
}

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

Fields

Request metrics from your application.

The availability zone in which the instance runs.

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

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

Information about the most recent deployment to an instance.

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

The ID of the Amazon EC2 instance.

The instance's type.

The time at which the EC2 instance was launched.

Operating system metrics from the instance.

Trait Implementations

impl Default for SingleInstanceHealth
[src]

Returns the "default value" for a type. Read more

impl Debug for SingleInstanceHealth
[src]

Formats the value using the given formatter.

impl Clone for SingleInstanceHealth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more