[][src]Struct rusoto_ce::SavingsPlansPurchaseRecommendationSummary

pub struct SavingsPlansPurchaseRecommendationSummary {
    pub currency_code: Option<String>,
    pub current_on_demand_spend: Option<String>,
    pub daily_commitment_to_purchase: Option<String>,
    pub estimated_monthly_savings_amount: Option<String>,
    pub estimated_on_demand_cost_with_current_commitment: Option<String>,
    pub estimated_roi: Option<String>,
    pub estimated_savings_amount: Option<String>,
    pub estimated_savings_percentage: Option<String>,
    pub estimated_total_cost: Option<String>,
    pub hourly_commitment_to_purchase: Option<String>,
    pub total_recommendation_count: Option<String>,
}

Summary metrics for your Savings Plans Purchase Recommendations.

Fields

currency_code: Option<String>

The currency code Amazon Web Services used to generate the recommendations and present potential savings.

current_on_demand_spend: Option<String>

The current total on demand spend of the applicable usage types over the lookback period.

daily_commitment_to_purchase: Option<String>

The recommended Savings Plans cost on a daily (24 hourly) basis.

estimated_monthly_savings_amount: Option<String>

The estimated monthly savings amount, based on the recommended Savings Plans purchase.

estimated_on_demand_cost_with_current_commitment: Option<String>

The estimated On-Demand costs you would expect with no additional commitment, based on your usage of the selected time period and the Savings Plans you own.

estimated_roi: Option<String>

The estimated return on investment based on the recommended Savings Plans and estimated savings.

estimated_savings_amount: Option<String>

The estimated total savings over the lookback period, based on the purchase of the recommended Savings Plans.

estimated_savings_percentage: Option<String>

The estimated savings relative to the total cost of On-Demand usage, over the lookback period. This is calculated as estimatedSavingsAmount/ CurrentOnDemandSpend*100.

estimated_total_cost: Option<String>

The estimated total cost of the usage after purchasing the recommended Savings Plans. This is a sum of the cost of Savings Plans during this term, and the remaining On-Demand usage.

hourly_commitment_to_purchase: Option<String>

The recommended hourly commitment based on the recommendation parameters.

total_recommendation_count: Option<String>

The aggregate number of Savings Plans recommendations that exist for your account.

Trait Implementations

impl Clone for SavingsPlansPurchaseRecommendationSummary[src]

impl Debug for SavingsPlansPurchaseRecommendationSummary[src]

impl Default for SavingsPlansPurchaseRecommendationSummary[src]

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

impl PartialEq<SavingsPlansPurchaseRecommendationSummary> for SavingsPlansPurchaseRecommendationSummary[src]

impl StructuralPartialEq for SavingsPlansPurchaseRecommendationSummary[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> Instrument for T[src]

impl<T> Instrument 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> 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.