Class: Aws::CostExplorer::Types::RightsizingRecommendationSummary

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

Overview

The summary of rightsizing recommendations

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_total_monthly_savings_amountString

The estimated total savings resulting from modifications, on a monthly basis.

Returns:

  • (String)


6112
6113
6114
6115
6116
6117
6118
6119
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6112

class RightsizingRecommendationSummary < Struct.new(
  :total_recommendation_count,
  :estimated_total_monthly_savings_amount,
  :savings_currency_code,
  :savings_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#savings_currency_codeString

The currency code that Amazon Web Services used to calculate the savings.

Returns:

  • (String)


6112
6113
6114
6115
6116
6117
6118
6119
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6112

class RightsizingRecommendationSummary < Struct.new(
  :total_recommendation_count,
  :estimated_total_monthly_savings_amount,
  :savings_currency_code,
  :savings_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#savings_percentageString

The savings percentage based on the recommended modifications. It's relative to the total On-Demand costs that are associated with these instances.

Returns:

  • (String)


6112
6113
6114
6115
6116
6117
6118
6119
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6112

class RightsizingRecommendationSummary < Struct.new(
  :total_recommendation_count,
  :estimated_total_monthly_savings_amount,
  :savings_currency_code,
  :savings_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#total_recommendation_countString

The total number of instance recommendations.

Returns:

  • (String)


6112
6113
6114
6115
6116
6117
6118
6119
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6112

class RightsizingRecommendationSummary < Struct.new(
  :total_recommendation_count,
  :estimated_total_monthly_savings_amount,
  :savings_currency_code,
  :savings_percentage)
  SENSITIVE = []
  include Aws::Structure
end