Struct aws_sdk_elasticbeanstalk::model::SystemStatus
source · [−]#[non_exhaustive]pub struct SystemStatus {
pub cpu_utilization: Option<CpuUtilization>,
pub load_average: Option<Vec<f64>>,
}
Expand description
CPU utilization and load average metrics for an Amazon EC2 instance.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.cpu_utilization: Option<CpuUtilization>
CPU utilization metrics for the instance.
load_average: Option<Vec<f64>>
Load average in the last 1-minute, 5-minute, and 15-minute periods. For more information, see Operating System Metrics.
Implementations
CPU utilization metrics for the instance.
Load average in the last 1-minute, 5-minute, and 15-minute periods. For more information, see Operating System Metrics.
Creates a new builder-style object to manufacture SystemStatus
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SystemStatus
impl Send for SystemStatus
impl Sync for SystemStatus
impl Unpin for SystemStatus
impl UnwindSafe for SystemStatus
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