Class: Aws::CostOptimizationHub::Types::RecommendationSummary

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

Overview

The summary of rightsizing recommendations, including de-duped savings from all types of recommendations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_monthly_savingsFloat

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

Returns:

  • (Float)


2018
2019
2020
2021
2022
2023
2024
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 2018

class RecommendationSummary < Struct.new(
  :group,
  :estimated_monthly_savings,
  :recommendation_count)
  SENSITIVE = []
  include Aws::Structure
end

#groupString

The grouping of recommendations.

Returns:

  • (String)


2018
2019
2020
2021
2022
2023
2024
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 2018

class RecommendationSummary < Struct.new(
  :group,
  :estimated_monthly_savings,
  :recommendation_count)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_countInteger

The total number of instance recommendations.

Returns:

  • (Integer)


2018
2019
2020
2021
2022
2023
2024
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 2018

class RecommendationSummary < Struct.new(
  :group,
  :estimated_monthly_savings,
  :recommendation_count)
  SENSITIVE = []
  include Aws::Structure
end