Class: Aws::ComputeOptimizer::Types::RecommendationSummary

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

Overview

A summary of a recommendation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID of the recommendation summary.

Returns:

  • (String)


5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5381

class RecommendationSummary < Struct.new(
  :summaries,
  :recommendation_resource_type,
  :account_id,
  :savings_opportunity,
  :current_performance_risk_ratings,
  :inferred_workload_savings)
  SENSITIVE = []
  include Aws::Structure
end

#current_performance_risk_ratingsTypes::CurrentPerformanceRiskRatings

An object that describes the performance risk ratings for a given resource type.



5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5381

class RecommendationSummary < Struct.new(
  :summaries,
  :recommendation_resource_type,
  :account_id,
  :savings_opportunity,
  :current_performance_risk_ratings,
  :inferred_workload_savings)
  SENSITIVE = []
  include Aws::Structure
end

#inferred_workload_savingsArray<Types::InferredWorkloadSaving>

An array of objects that describes the estimated monthly saving amounts for the instances running on the specified inferredWorkloadTypes. The array contains the top five savings opportunites for the instances that run inferred workload types.

Returns:



5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5381

class RecommendationSummary < Struct.new(
  :summaries,
  :recommendation_resource_type,
  :account_id,
  :savings_opportunity,
  :current_performance_risk_ratings,
  :inferred_workload_savings)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_resource_typeString

The resource type that the recommendation summary applies to.

Returns:

  • (String)


5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5381

class RecommendationSummary < Struct.new(
  :summaries,
  :recommendation_resource_type,
  :account_id,
  :savings_opportunity,
  :current_performance_risk_ratings,
  :inferred_workload_savings)
  SENSITIVE = []
  include Aws::Structure
end

#savings_opportunityTypes::SavingsOpportunity

An object that describes the savings opportunity for a given resource type. Savings opportunity includes the estimated monthly savings amount and percentage.



5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5381

class RecommendationSummary < Struct.new(
  :summaries,
  :recommendation_resource_type,
  :account_id,
  :savings_opportunity,
  :current_performance_risk_ratings,
  :inferred_workload_savings)
  SENSITIVE = []
  include Aws::Structure
end

#summariesArray<Types::Summary>

An array of objects that describe a recommendation summary.

Returns:



5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5381

class RecommendationSummary < Struct.new(
  :summaries,
  :recommendation_resource_type,
  :account_id,
  :savings_opportunity,
  :current_performance_risk_ratings,
  :inferred_workload_savings)
  SENSITIVE = []
  include Aws::Structure
end