[][src]Struct rusoto_ce::SavingsPlansPurchaseRecommendationDetail

pub struct SavingsPlansPurchaseRecommendationDetail {
    pub account_id: Option<String>,
    pub currency_code: Option<String>,
    pub current_average_hourly_on_demand_spend: Option<String>,
    pub current_maximum_hourly_on_demand_spend: Option<String>,
    pub current_minimum_hourly_on_demand_spend: Option<String>,
    pub estimated_average_utilization: Option<String>,
    pub estimated_monthly_savings_amount: Option<String>,
    pub estimated_on_demand_cost: Option<String>,
    pub estimated_on_demand_cost_with_current_commitment: Option<String>,
    pub estimated_roi: Option<String>,
    pub estimated_sp_cost: Option<String>,
    pub estimated_savings_amount: Option<String>,
    pub estimated_savings_percentage: Option<String>,
    pub hourly_commitment_to_purchase: Option<String>,
    pub savings_plans_details: Option<SavingsPlansDetails>,
    pub upfront_cost: Option<String>,
}

Details for your recommended Savings Plans.

Fields

account_id: Option<String>

The AccountID the recommendation is generated for.

currency_code: Option<String>

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

current_average_hourly_on_demand_spend: Option<String>

The average value of hourly On-Demand spend over the lookback period of the applicable usage type.

current_maximum_hourly_on_demand_spend: Option<String>

The highest value of hourly On-Demand spend over the lookback period of the applicable usage type.

current_minimum_hourly_on_demand_spend: Option<String>

The lowest value of hourly On-Demand spend over the lookback period of the applicable usage type.

estimated_average_utilization: Option<String>

The estimated utilization of the recommended Savings Plans.

estimated_monthly_savings_amount: Option<String>

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

estimated_on_demand_cost: Option<String>

The remaining On-Demand cost estimated to not be covered by the recommended Savings Plans, over the length of the lookback period.

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 purchased. This is calculated as estimatedSavingsAmount/ estimatedSPCost*100.

estimated_sp_cost: Option<String>

The cost of the recommended Savings Plans over the length of the lookback period.

estimated_savings_amount: Option<String>

The estimated savings amount based on the recommended Savings Plans over the length of the lookback period.

estimated_savings_percentage: Option<String>

The estimated savings percentage relative to the total cost of applicable On-Demand usage over the lookback period.

hourly_commitment_to_purchase: Option<String>

The recommended hourly commitment level for the Savings Plans type, and configuration based on the usage during the lookback period.

savings_plans_details: Option<SavingsPlansDetails>

Details for your recommended Savings Plans.

upfront_cost: Option<String>

The upfront cost of the recommended Savings Plans, based on the selected payment option.

Trait Implementations

impl Clone for SavingsPlansPurchaseRecommendationDetail[src]

impl Debug for SavingsPlansPurchaseRecommendationDetail[src]

impl Default for SavingsPlansPurchaseRecommendationDetail[src]

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

impl PartialEq<SavingsPlansPurchaseRecommendationDetail> for SavingsPlansPurchaseRecommendationDetail[src]

impl StructuralPartialEq for SavingsPlansPurchaseRecommendationDetail[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.