Struct aws_sdk_support::model::TrustedAdvisorCostOptimizingSummary [−][src]
#[non_exhaustive]pub struct TrustedAdvisorCostOptimizingSummary {
pub estimated_monthly_savings: f64,
pub estimated_percent_monthly_savings: f64,
}
Expand description
The estimated cost savings that might be realized if the recommended operations are taken.
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.estimated_monthly_savings: f64
The estimated monthly savings that might be realized if the recommended operations are taken.
estimated_percent_monthly_savings: f64
The estimated percentage of savings that might be realized if the recommended operations are taken.
Implementations
The estimated monthly savings that might be realized if the recommended operations are taken.
The estimated percentage of savings that might be realized if the recommended operations are taken.
Creates a new builder-style object to manufacture TrustedAdvisorCostOptimizingSummary
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 TrustedAdvisorCostOptimizingSummary
impl Sync for TrustedAdvisorCostOptimizingSummary
impl Unpin for TrustedAdvisorCostOptimizingSummary
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