[][src]Struct rusoto_ce::ReservationPurchaseRecommendation

pub struct ReservationPurchaseRecommendation {
    pub account_scope: Option<String>,
    pub lookback_period_in_days: Option<String>,
    pub payment_option: Option<String>,
    pub recommendation_details: Option<Vec<ReservationPurchaseRecommendationDetail>>,
    pub recommendation_summary: Option<ReservationPurchaseRecommendationSummary>,
    pub service_specification: Option<ServiceSpecification>,
    pub term_in_years: Option<String>,
}

A specific reservation that AWS recommends for purchase.

Fields

account_scope: Option<String>

The account scope that AWS recommends that you purchase this instance for. For example, you can purchase this reservation for an entire organization in AWS Organizations.

lookback_period_in_days: Option<String>

How many days of previous usage that AWS considers when making this recommendation.

payment_option: Option<String>

The payment option for the reservation. For example, AllUpfront or NoUpfront.

recommendation_details: Option<Vec<ReservationPurchaseRecommendationDetail>>

Details about the recommended purchases.

recommendation_summary: Option<ReservationPurchaseRecommendationSummary>

A summary about the recommended purchase.

service_specification: Option<ServiceSpecification>

Hardware specifications for the service that you want recommendations for.

term_in_years: Option<String>

The term of the reservation that you want recommendations for, in years.

Trait Implementations

impl PartialEq<ReservationPurchaseRecommendation> for ReservationPurchaseRecommendation[src]

impl Default for ReservationPurchaseRecommendation[src]

impl Clone for ReservationPurchaseRecommendation[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ReservationPurchaseRecommendation[src]

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

Auto Trait Implementations

Blanket Implementations

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

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

type Owned = T

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

The type returned in the event of a conversion error.

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

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

impl<T> Erased for T

impl<T> Same for T

type Output = T

Should always be Self