Class: Aws::CostExplorer::Types::RightsizingRecommendationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb

Overview

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 Reserved Instance (RI) benefits, or neither.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#benefits_consideredBoolean

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

Returns:

  • (Boolean)


6051
6052
6053
6054
6055
6056
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6051

class RightsizingRecommendationConfiguration < Struct.new(
  :recommendation_target,
  :benefits_considered)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_targetString

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

Returns:

  • (String)


6051
6052
6053
6054
6055
6056
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6051

class RightsizingRecommendationConfiguration < Struct.new(
  :recommendation_target,
  :benefits_considered)
  SENSITIVE = []
  include Aws::Structure
end