[][src]Struct rusoto_ce::SavingsPlansPurchaseRecommendation

pub struct SavingsPlansPurchaseRecommendation {
    pub account_scope: Option<String>,
    pub lookback_period_in_days: Option<String>,
    pub payment_option: Option<String>,
    pub savings_plans_purchase_recommendation_details: Option<Vec<SavingsPlansPurchaseRecommendationDetail>>,
    pub savings_plans_purchase_recommendation_summary: Option<SavingsPlansPurchaseRecommendationSummary>,
    pub savings_plans_type: Option<String>,
    pub term_in_years: Option<String>,
}

Contains your request parameters, Savings Plan Recommendations Summary, and Details.

Fields

account_scope: Option<String>

The account scope that you want your recommendations for. Amazon Web Services calculates recommendations including the payer account and linked accounts if the value is set to PAYER. If the value is LINKED, recommendations are calculated for individual linked accounts only.

lookback_period_in_days: Option<String>

The lookback period in days, used to generate the recommendation.

payment_option: Option<String>

The payment option used to generate the recommendation.

savings_plans_purchase_recommendation_details: Option<Vec<SavingsPlansPurchaseRecommendationDetail>>

Details for the Savings Plans we recommend that you purchase to cover existing Savings Plans eligible workloads.

savings_plans_purchase_recommendation_summary: Option<SavingsPlansPurchaseRecommendationSummary>

Summary metrics for your Savings Plans Recommendations.

savings_plans_type: Option<String>

The requested Savings Plans recommendation type.

term_in_years: Option<String>

The Savings Plans recommendation term in years, used to generate the recommendation.

Trait Implementations

impl Clone for SavingsPlansPurchaseRecommendation[src]

impl Debug for SavingsPlansPurchaseRecommendation[src]

impl Default for SavingsPlansPurchaseRecommendation[src]

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

impl PartialEq<SavingsPlansPurchaseRecommendation> for SavingsPlansPurchaseRecommendation[src]

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