[][src]Struct rusoto_ce::RightsizingRecommendationConfiguration

pub struct RightsizingRecommendationConfiguration {
    pub benefits_considered: bool,
    pub recommendation_target: String,
}

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.

Fields

benefits_considered: bool

The option to consider RI or Savings Plans discount benefits in your savings calculation. The default value is TRUE.

recommendation_target: String

The option to see recommendations within the same instance family, or recommendations for instances across other families. The default value is SAME_INSTANCE_FAMILY.

Trait Implementations

impl Clone for RightsizingRecommendationConfiguration[src]

impl Debug for RightsizingRecommendationConfiguration[src]

impl Default for RightsizingRecommendationConfiguration[src]

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

impl PartialEq<RightsizingRecommendationConfiguration> for RightsizingRecommendationConfiguration[src]

impl Serialize for RightsizingRecommendationConfiguration[src]

impl StructuralPartialEq for RightsizingRecommendationConfiguration[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> Instrument for T[src]

impl<T> Instrument 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> 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.