[][src]Struct rusoto_ce::GetRightsizingRecommendationResponse

pub struct GetRightsizingRecommendationResponse {
    pub configuration: Option<RightsizingRecommendationConfiguration>,
    pub metadata: Option<RightsizingRecommendationMetadata>,
    pub next_page_token: Option<String>,
    pub rightsizing_recommendations: Option<Vec<RightsizingRecommendation>>,
    pub summary: Option<RightsizingRecommendationSummary>,
}

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 neither.

metadata: Option<RightsizingRecommendationMetadata>

Information regarding this specific recommendation set.

next_page_token: Option<String>

The token to retrieve the next set of results.

rightsizing_recommendations: Option<Vec<RightsizingRecommendation>>

Recommendations to rightsize resources.

summary: Option<RightsizingRecommendationSummary>

Summary of this recommendation set.

Trait Implementations

impl Clone for GetRightsizingRecommendationResponse[src]

impl Debug for GetRightsizingRecommendationResponse[src]

impl Default for GetRightsizingRecommendationResponse[src]

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

impl PartialEq<GetRightsizingRecommendationResponse> for GetRightsizingRecommendationResponse[src]

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