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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#license_editionString

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

Returns:

  • (String)


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_modelString

The recommended license type associated with the instance.

Returns:

  • (String)


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_systemString

The operating system of a license recommendation option.

Returns:

  • (String)


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

#rankInteger

The rank of the license recommendation option.

The top recommendation option is ranked as ‘1`.

Returns:

  • (Integer)


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_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



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