#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for InstanceHealthSummary
Implementations
Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.
Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.
Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.
Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.
Grey. An operation is in progress on an instance within the command timeout.
Grey. An operation is in progress on an instance within the command timeout.
Green. An instance is passing health checks and the health agent is not reporting any problems.
Green. An instance is passing health checks and the health agent is not reporting any problems.
Green. An operation is in progress on an instance.
Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.
Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.
Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.
Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.
Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.
Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.
Consumes the builder and constructs a InstanceHealthSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more