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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6816
6817
6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6816

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

#aggregated_savings_opportunityTypes::SavingsOpportunity

Describes the savings opportunity for recommendations of a given resource type or for the recommendation option of an individual resource.

Savings opportunity represents the estimated monthly savings you can achieve by implementing a given Compute Optimizer recommendation.

Savings opportunity data requires that you opt in to Cost Explorer, as well as activate **Receive Amazon EC2 resource recommendations** in the Cost Explorer preferences page. That creates a connection between Cost Explorer and Compute Optimizer. With this connection, Cost Explorer generates savings estimates considering the price of existing resources, the price of recommended resources, and historical usage data. Estimated monthly savings reflects the projected dollar savings associated with each of the recommendations generated. For more information, see [Enabling Cost Explorer] and

Optimizing your cost with Rightsizing Recommendations][2

in the

*Cost Management User Guide*.

[1]: docs.aws.amazon.com/cost-management/latest/userguide/ce-enable.html [2]: docs.aws.amazon.com/cost-management/latest/userguide/ce-rightsizing.html



6816
6817
6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6816

class RecommendationSummary < Struct.new(
  :summaries,
  :idle_summaries,
  :recommendation_resource_type,
  :account_id,
  :savings_opportunity,
  :idle_savings_opportunity,
  :aggregated_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.



6816
6817
6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6816

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

#idle_savings_opportunityTypes::SavingsOpportunity

Describes the savings opportunity for recommendations of a given resource type or for the recommendation option of an individual resource.

Savings opportunity represents the estimated monthly savings you can achieve by implementing a given Compute Optimizer recommendation.

Savings opportunity data requires that you opt in to Cost Explorer, as well as activate **Receive Amazon EC2 resource recommendations** in the Cost Explorer preferences page. That creates a connection between Cost Explorer and Compute Optimizer. With this connection, Cost Explorer generates savings estimates considering the price of existing resources, the price of recommended resources, and historical usage data. Estimated monthly savings reflects the projected dollar savings associated with each of the recommendations generated. For more information, see [Enabling Cost Explorer] and

Optimizing your cost with Rightsizing Recommendations][2

in the

*Cost Management User Guide*.

[1]: docs.aws.amazon.com/cost-management/latest/userguide/ce-enable.html [2]: docs.aws.amazon.com/cost-management/latest/userguide/ce-rightsizing.html



6816
6817
6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6816

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

#idle_summariesArray<Types::IdleSummary>

Describes the findings summary of the idle resources.

Returns:



6816
6817
6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6816

class RecommendationSummary < Struct.new(
  :summaries,
  :idle_summaries,
  :recommendation_resource_type,
  :account_id,
  :savings_opportunity,
  :idle_savings_opportunity,
  :aggregated_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:



6816
6817
6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6816

class RecommendationSummary < Struct.new(
  :summaries,
  :idle_summaries,
  :recommendation_resource_type,
  :account_id,
  :savings_opportunity,
  :idle_savings_opportunity,
  :aggregated_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)


6816
6817
6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6816

class RecommendationSummary < Struct.new(
  :summaries,
  :idle_summaries,
  :recommendation_resource_type,
  :account_id,
  :savings_opportunity,
  :idle_savings_opportunity,
  :aggregated_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.



6816
6817
6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6816

class RecommendationSummary < Struct.new(
  :summaries,
  :idle_summaries,
  :recommendation_resource_type,
  :account_id,
  :savings_opportunity,
  :idle_savings_opportunity,
  :aggregated_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:



6816
6817
6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6816

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