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

Class: Aws::CostExplorer::Types::RightsizingRecommendation

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

Overview

Recommendations to rightsize resources.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account that this recommendation is for.

Returns:

  • (String)

    The account that this recommendation is for.

#current_instanceTypes::CurrentInstance

Context regarding the current instance.

Returns:

#modify_recommendation_detailTypes::ModifyRecommendationDetail

Details for modification recommendations.

Returns:

#rightsizing_typeString

Recommendation to either terminate or modify the resource.

Possible values:

  • TERMINATE
  • MODIFY

Returns:

  • (String)

    Recommendation to either terminate or modify the resource.

#terminate_recommendation_detailTypes::TerminateRecommendationDetail

Details for termination recommendations.

Returns: