[][src]Struct rusoto_ce::RightsizingRecommendationSummary

pub struct RightsizingRecommendationSummary {
    pub estimated_total_monthly_savings_amount: Option<String>,
    pub savings_currency_code: Option<String>,
    pub savings_percentage: Option<String>,
    pub total_recommendation_count: Option<String>,
}

Summary of rightsizing recommendations

Fields

estimated_total_monthly_savings_amount: Option<String>

Estimated total savings resulting from modifications, on a monthly basis.

savings_currency_code: Option<String>

The currency code that Amazon Web Services used to calculate the savings.

savings_percentage: Option<String>

Savings percentage based on the recommended modifications, relative to the total On Demand costs associated with these instances.

total_recommendation_count: Option<String>

Total number of instance recommendations.

Trait Implementations

impl Clone for RightsizingRecommendationSummary[src]

impl Debug for RightsizingRecommendationSummary[src]

impl Default for RightsizingRecommendationSummary[src]

impl<'de> Deserialize<'de> for RightsizingRecommendationSummary[src]

impl PartialEq<RightsizingRecommendationSummary> for RightsizingRecommendationSummary[src]

impl StructuralPartialEq for RightsizingRecommendationSummary[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Sealed<T> for T where
    T: ?Sized

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.