Class: Aws::ComputeOptimizer::Types::LicenseRecommendationOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::LicenseRecommendationOption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
Describes the recommendation options for licenses.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_edition ⇒ String
The recommended edition of the license for the application that runs on the instance.
-
#license_model ⇒ String
The recommended license type associated with the instance.
-
#operating_system ⇒ String
The operating system of a license recommendation option.
-
#rank ⇒ Integer
The rank of the license recommendation option.
-
#savings_opportunity ⇒ Types::SavingsOpportunity
Describes the savings opportunity for recommendations of a given resource type or for the recommendation option of an individual resource.
Instance Attribute Details
#license_edition ⇒ String
The recommended edition of the license for the application that runs on the instance.
4996 4997 4998 4999 5000 5001 5002 5003 5004 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4996 class LicenseRecommendationOption < Struct.new( :rank, :operating_system, :license_edition, :license_model, :savings_opportunity) SENSITIVE = [] include Aws::Structure end |
#license_model ⇒ String
The recommended license type associated with the instance.
4996 4997 4998 4999 5000 5001 5002 5003 5004 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4996 class LicenseRecommendationOption < Struct.new( :rank, :operating_system, :license_edition, :license_model, :savings_opportunity) SENSITIVE = [] include Aws::Structure end |
#operating_system ⇒ String
The operating system of a license recommendation option.
4996 4997 4998 4999 5000 5001 5002 5003 5004 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4996 class LicenseRecommendationOption < Struct.new( :rank, :operating_system, :license_edition, :license_model, :savings_opportunity) SENSITIVE = [] include Aws::Structure end |
#rank ⇒ Integer
The rank of the license recommendation option.
The top recommendation option is ranked as ‘1`.
4996 4997 4998 4999 5000 5001 5002 5003 5004 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4996 class LicenseRecommendationOption < Struct.new( :rank, :operating_system, :license_edition, :license_model, :savings_opportunity) SENSITIVE = [] include Aws::Structure end |
#savings_opportunity ⇒ Types::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
4996 4997 4998 4999 5000 5001 5002 5003 5004 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4996 class LicenseRecommendationOption < Struct.new( :rank, :operating_system, :license_edition, :license_model, :savings_opportunity) SENSITIVE = [] include Aws::Structure end |