Struct aws_sdk_computeoptimizer::model::CurrentPerformanceRiskRatings [−][src]
#[non_exhaustive]pub struct CurrentPerformanceRiskRatings {
pub high: i64,
pub medium: i64,
pub low: i64,
pub very_low: i64,
}
Expand description
Describes the performance risk ratings for a given resource type.
Resources with a high
or medium
rating are at risk of not meeting the performance needs of their workloads, while resources with a low
rating are performing well in their workloads.
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.high: i64
A count of the applicable resource types with a high performance risk rating.
medium: i64
A count of the applicable resource types with a medium performance risk rating.
low: i64
A count of the applicable resource types with a low performance risk rating.
very_low: i64
A count of the applicable resource types with a very low performance risk rating.
Implementations
A count of the applicable resource types with a high performance risk rating.
A count of the applicable resource types with a medium performance risk rating.
A count of the applicable resource types with a low performance risk rating.
Creates a new builder-style object to manufacture CurrentPerformanceRiskRatings
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 Send for CurrentPerformanceRiskRatings
impl Sync for CurrentPerformanceRiskRatings
impl Unpin for CurrentPerformanceRiskRatings
impl UnwindSafe for CurrentPerformanceRiskRatings
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