Class: Aws::ComputeOptimizer::Types::RDSEffectiveRecommendationPreferences

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

Overview

Describes the effective recommendation preferences for Amazon RDS.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cpu_vendor_architecturesArray<String>

Describes the CPU vendor and architecture for Amazon RDS recommendations.

Returns:

  • (Array<String>)


5849
5850
5851
5852
5853
5854
5855
5856
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5849

class RDSEffectiveRecommendationPreferences < Struct.new(
  :cpu_vendor_architectures,
  :enhanced_infrastructure_metrics,
  :look_back_period,
  :savings_estimation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#enhanced_infrastructure_metricsString

Describes the activation status of the enhanced infrastructure metrics preference.

A status of Active confirms that the preference is applied in the latest recommendation refresh, and a status of Inactive confirms that it's not yet applied to recommendations.

For more information, see Enhanced infrastructure metrics in the Compute Optimizer User Guide.

Returns:

  • (String)


5849
5850
5851
5852
5853
5854
5855
5856
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5849

class RDSEffectiveRecommendationPreferences < Struct.new(
  :cpu_vendor_architectures,
  :enhanced_infrastructure_metrics,
  :look_back_period,
  :savings_estimation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#look_back_periodString

The number of days the utilization metrics of the Amazon RDS are analyzed.

Returns:

  • (String)


5849
5850
5851
5852
5853
5854
5855
5856
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5849

class RDSEffectiveRecommendationPreferences < Struct.new(
  :cpu_vendor_architectures,
  :enhanced_infrastructure_metrics,
  :look_back_period,
  :savings_estimation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#savings_estimation_modeTypes::RDSSavingsEstimationMode

Describes the savings estimation mode preference applied for calculating savings opportunity for Amazon RDS.



5849
5850
5851
5852
5853
5854
5855
5856
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5849

class RDSEffectiveRecommendationPreferences < Struct.new(
  :cpu_vendor_architectures,
  :enhanced_infrastructure_metrics,
  :look_back_period,
  :savings_estimation_mode)
  SENSITIVE = []
  include Aws::Structure
end