You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RightsizingRecommendationConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Returned by:

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)

    The option to consider RI or Savings Plans discount benefits in your savings calculation.

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

Possible values:

  • SAME_INSTANCE_FAMILY
  • CROSS_INSTANCE_FAMILY

Returns:

  • (String)

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