[][src]Struct rusoto_ce::GetRightsizingRecommendationRequest

pub struct GetRightsizingRecommendationRequest {
    pub configuration: Option<RightsizingRecommendationConfiguration>,
    pub filter: Option<Expression>,
    pub next_page_token: Option<String>,
    pub page_size: Option<i64>,
    pub service: String,
}

Fields

configuration: Option<RightsizingRecommendationConfiguration>

Enables you to customize recommendations across two attributes. You can choose to view recommendations for instances within the same instance families or across different instance families. You can also choose to view your estimated savings associated with recommendations with consideration of existing Savings Plans or RI benefits, or niether.

filter: Option<Expression>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.

service: String

The specific service that you want recommendations for. The only valid value for GetRightsizingRecommendation is "AmazonEC2".

Trait Implementations

impl Clone for GetRightsizingRecommendationRequest[src]

impl Debug for GetRightsizingRecommendationRequest[src]

impl Default for GetRightsizingRecommendationRequest[src]

impl PartialEq<GetRightsizingRecommendationRequest> for GetRightsizingRecommendationRequest[src]

impl Serialize for GetRightsizingRecommendationRequest[src]

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