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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costoptimizationhub/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)


1423
1424
1425
1426
1427
1428
1429
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1423

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

#groupString

The grouping of recommendations.

Returns:

  • (String)


1423
1424
1425
1426
1427
1428
1429
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1423

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

#recommendation_countInteger

The total number of instance recommendations.

Returns:

  • (Integer)


1423
1424
1425
1426
1427
1428
1429
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1423

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