Struct rusoto_elasticbeanstalk::InstanceHealthSummary [] [src]

pub struct InstanceHealthSummary {
    pub degraded: Option<NullableInteger>,
    pub info: Option<NullableInteger>,
    pub no_data: Option<NullableInteger>,
    pub ok: Option<NullableInteger>,
    pub pending: Option<NullableInteger>,
    pub severe: Option<NullableInteger>,
    pub unknown: Option<NullableInteger>,
    pub warning: Option<NullableInteger>,
}

Represents summary information about the health of an instance. For more information, see Health Colors and Statuses.

Fields

Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.

Green. An operation is in progress on an instance.

Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.

Green. An instance is passing health checks and the health agent is not reporting any problems.

Grey. An operation is in progress on an instance within the command timeout.

Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.

Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.

Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.

Trait Implementations

impl Default for InstanceHealthSummary
[src]

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

impl Debug for InstanceHealthSummary
[src]

Formats the value using the given formatter.

impl Clone for InstanceHealthSummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more