class Aws::CostExplorer::Types::RightsizingRecommendationConfiguration

You can use `RightsizingRecommendationConfiguration` 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 that are associated with recommendations with consideration of existing Savings Plans or RI benefits, or neither.

@note When making an API call, you may pass RightsizingRecommendationConfiguration

data as a hash:

    {
      recommendation_target: "SAME_INSTANCE_FAMILY", # required, accepts SAME_INSTANCE_FAMILY, CROSS_INSTANCE_FAMILY
      benefits_considered: false, # required
    }

@!attribute [rw] recommendation_target

The option to see recommendations within the same instance family or
recommendations for instances across other families. The default
value is `SAME_INSTANCE_FAMILY`.
@return [String]

@!attribute [rw] benefits_considered

The option to consider RI or Savings Plans discount benefits in your
savings calculation. The default value is `TRUE`.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/RightsizingRecommendationConfiguration AWS API Documentation

Constants

SENSITIVE