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

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

Overview

Summary of rightsizing recommendations

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_total_monthly_savings_amountString

Estimated total savings resulting from modifications, on a monthly basis.

Returns:

  • (String)


5823
5824
5825
5826
5827
5828
5829
5830
# File 'lib/aws-sdk-costexplorer/types.rb', line 5823

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 AWS used to calculate the savings.

Returns:

  • (String)


5823
5824
5825
5826
5827
5828
5829
5830
# File 'lib/aws-sdk-costexplorer/types.rb', line 5823

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

#savings_percentageString

Savings percentage based on the recommended modifications, relative to the total On-Demand costs associated with these instances.

Returns:

  • (String)


5823
5824
5825
5826
5827
5828
5829
5830
# File 'lib/aws-sdk-costexplorer/types.rb', line 5823

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

Total number of instance recommendations.

Returns:

  • (String)


5823
5824
5825
5826
5827
5828
5829
5830
# File 'lib/aws-sdk-costexplorer/types.rb', line 5823

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