Class: Aws::ComputeOptimizer::Types::RDSEffectiveRecommendationPreferences
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::RDSEffectiveRecommendationPreferences
- Defined in:
- gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb
Overview
Describes the effective recommendation preferences for Amazon Aurora and RDS databases.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cpu_vendor_architectures ⇒ Array<String>
Describes the CPU vendor and architecture for DB instance recommendations.
-
#enhanced_infrastructure_metrics ⇒ String
Describes the activation status of the enhanced infrastructure metrics preference.
-
#look_back_period ⇒ String
The number of days the utilization metrics of the DB instance are analyzed.
-
#savings_estimation_mode ⇒ Types::RDSSavingsEstimationMode
Describes the savings estimation mode preference applied for calculating savings opportunity for DB instances.
Instance Attribute Details
#cpu_vendor_architectures ⇒ Array<String>
Describes the CPU vendor and architecture for DB instance recommendations.
6450 6451 6452 6453 6454 6455 6456 6457 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 6450 class RDSEffectiveRecommendationPreferences < Struct.new( :cpu_vendor_architectures, :enhanced_infrastructure_metrics, :look_back_period, :savings_estimation_mode) SENSITIVE = [] include Aws::Structure end |
#enhanced_infrastructure_metrics ⇒ String
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.
6450 6451 6452 6453 6454 6455 6456 6457 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 6450 class RDSEffectiveRecommendationPreferences < Struct.new( :cpu_vendor_architectures, :enhanced_infrastructure_metrics, :look_back_period, :savings_estimation_mode) SENSITIVE = [] include Aws::Structure end |
#look_back_period ⇒ String
The number of days the utilization metrics of the DB instance are analyzed.
6450 6451 6452 6453 6454 6455 6456 6457 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 6450 class RDSEffectiveRecommendationPreferences < Struct.new( :cpu_vendor_architectures, :enhanced_infrastructure_metrics, :look_back_period, :savings_estimation_mode) SENSITIVE = [] include Aws::Structure end |
#savings_estimation_mode ⇒ Types::RDSSavingsEstimationMode
Describes the savings estimation mode preference applied for calculating savings opportunity for DB instances.
6450 6451 6452 6453 6454 6455 6456 6457 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 6450 class RDSEffectiveRecommendationPreferences < Struct.new( :cpu_vendor_architectures, :enhanced_infrastructure_metrics, :look_back_period, :savings_estimation_mode) SENSITIVE = [] include Aws::Structure end |