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.
6436 6437 6438 6439 6440 6441 6442 6443 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 6436 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.
6436 6437 6438 6439 6440 6441 6442 6443 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 6436 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.
6436 6437 6438 6439 6440 6441 6442 6443 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 6436 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.
6436 6437 6438 6439 6440 6441 6442 6443 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 6436 class RDSEffectiveRecommendationPreferences < Struct.new( :cpu_vendor_architectures, :enhanced_infrastructure_metrics, :look_back_period, :savings_estimation_mode) SENSITIVE = [] include Aws::Structure end |