#[non_exhaustive]pub struct TrustedAdvisorCostOptimizingSummary { /* private fields */ }Expand description
The estimated cost savings that might be realized if the recommended operations are taken.
Implementations
sourceimpl TrustedAdvisorCostOptimizingSummary
impl TrustedAdvisorCostOptimizingSummary
sourcepub fn estimated_monthly_savings(&self) -> f64
pub fn estimated_monthly_savings(&self) -> f64
The estimated monthly savings that might be realized if the recommended operations are taken.
sourcepub fn estimated_percent_monthly_savings(&self) -> f64
pub fn estimated_percent_monthly_savings(&self) -> f64
The estimated percentage of savings that might be realized if the recommended operations are taken.
sourceimpl TrustedAdvisorCostOptimizingSummary
impl TrustedAdvisorCostOptimizingSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TrustedAdvisorCostOptimizingSummary.
Trait Implementations
sourceimpl Clone for TrustedAdvisorCostOptimizingSummary
impl Clone for TrustedAdvisorCostOptimizingSummary
sourcefn clone(&self) -> TrustedAdvisorCostOptimizingSummary
fn clone(&self) -> TrustedAdvisorCostOptimizingSummary
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<TrustedAdvisorCostOptimizingSummary> for TrustedAdvisorCostOptimizingSummary
impl PartialEq<TrustedAdvisorCostOptimizingSummary> for TrustedAdvisorCostOptimizingSummary
sourcefn eq(&self, other: &TrustedAdvisorCostOptimizingSummary) -> bool
fn eq(&self, other: &TrustedAdvisorCostOptimizingSummary) -> bool
impl StructuralPartialEq for TrustedAdvisorCostOptimizingSummary
Auto Trait Implementations
impl RefUnwindSafe for TrustedAdvisorCostOptimizingSummary
impl Send for TrustedAdvisorCostOptimizingSummary
impl Sync for TrustedAdvisorCostOptimizingSummary
impl Unpin for TrustedAdvisorCostOptimizingSummary
impl UnwindSafe for TrustedAdvisorCostOptimizingSummary
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more