[][src]Struct rusoto_ce::GetReservationPurchaseRecommendationRequest

pub struct GetReservationPurchaseRecommendationRequest {
    pub account_id: Option<String>,
    pub account_scope: Option<String>,
    pub lookback_period_in_days: Option<String>,
    pub next_page_token: Option<String>,
    pub page_size: Option<i64>,
    pub payment_option: Option<String>,
    pub service: String,
    pub service_specification: Option<ServiceSpecification>,
    pub term_in_years: Option<String>,
}

Fields

account_id: Option<String>

The account ID that is associated with the recommendation.

account_scope: Option<String>

The account scope that you want recommendations for. PAYER means that AWS includes the master account and any member accounts when it calculates its recommendations. LINKED means that AWS includes only member accounts when it calculates its recommendations.

Valid values are PAYER and LINKED.

lookback_period_in_days: Option<String>

The number of previous days that you want AWS to consider when it calculates your recommendations.

next_page_token: Option<String>

The pagination token that indicates the next set of results that you want to retrieve.

page_size: Option<i64>

The number of recommendations that you want returned in a single response object.

payment_option: Option<String>

The reservation purchase option that you want recommendations for.

service: String

The specific service that you want recommendations for.

service_specification: Option<ServiceSpecification>

The hardware specifications for the service instances that you want recommendations for, such as standard or convertible Amazon EC2 instances.

term_in_years: Option<String>

The reservation term that you want recommendations for.

Trait Implementations

impl PartialEq<GetReservationPurchaseRecommendationRequest> for GetReservationPurchaseRecommendationRequest[src]

impl Default for GetReservationPurchaseRecommendationRequest[src]

impl Clone for GetReservationPurchaseRecommendationRequest[src]

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

Performs copy-assignment from source. Read more

impl Debug for GetReservationPurchaseRecommendationRequest[src]

impl Serialize for GetReservationPurchaseRecommendationRequest[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> Erased for T

impl<T> Same for T

type Output = T

Should always be Self