Class: Aws::ComputeOptimizer::Types::LicenseRecommendationOption

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

Overview

Describes the recommendation options for licenses.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_editionString

The recommended edition of the license for the application that runs on the instance.

Returns:

  • (String)


4701
4702
4703
4704
4705
4706
4707
4708
4709
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4701

class LicenseRecommendationOption < Struct.new(
  :rank,
  :operating_system,
  :license_edition,
  :license_model,
  :savings_opportunity)
  SENSITIVE = []
  include Aws::Structure
end

#license_modelString

The recommended license type associated with the instance.

Returns:

  • (String)


4701
4702
4703
4704
4705
4706
4707
4708
4709
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4701

class LicenseRecommendationOption < Struct.new(
  :rank,
  :operating_system,
  :license_edition,
  :license_model,
  :savings_opportunity)
  SENSITIVE = []
  include Aws::Structure
end

#operating_systemString

The operating system of a license recommendation option.

Returns:

  • (String)


4701
4702
4703
4704
4705
4706
4707
4708
4709
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4701

class LicenseRecommendationOption < Struct.new(
  :rank,
  :operating_system,
  :license_edition,
  :license_model,
  :savings_opportunity)
  SENSITIVE = []
  include Aws::Structure
end

#rankInteger

The rank of the license recommendation option.

The top recommendation option is ranked as 1.

Returns:

  • (Integer)


4701
4702
4703
4704
4705
4706
4707
4708
4709
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4701

class LicenseRecommendationOption < Struct.new(
  :rank,
  :operating_system,
  :license_edition,
  :license_model,
  :savings_opportunity)
  SENSITIVE = []
  include Aws::Structure
end

#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 in the Cost Management User Guide.



4701
4702
4703
4704
4705
4706
4707
4708
4709
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4701

class LicenseRecommendationOption < Struct.new(
  :rank,
  :operating_system,
  :license_edition,
  :license_model,
  :savings_opportunity)
  SENSITIVE = []
  include Aws::Structure
end