Class: Aws::Types::RDSEffectiveRecommendationPreferences
- Inherits:
-
Object
- Object
- Aws::Types::RDSEffectiveRecommendationPreferences
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cpu_vendor_architectures ⇒ ::Array[("AWS_ARM64" | "CURRENT")]
Returns the value of attribute cpu_vendor_architectures.
-
#enhanced_infrastructure_metrics ⇒ "Active", "Inactive"
Returns the value of attribute enhanced_infrastructure_metrics.
-
#look_back_period ⇒ "DAYS_14", ...
Returns the value of attribute look_back_period.
-
#savings_estimation_mode ⇒ Types::RDSSavingsEstimationMode
Returns the value of attribute savings_estimation_mode.
Instance Attribute Details
#cpu_vendor_architectures ⇒ ::Array[("AWS_ARM64" | "CURRENT")]
Returns the value of attribute cpu_vendor_architectures.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def cpu_vendor_architectures @cpu_vendor_architectures end |
#enhanced_infrastructure_metrics ⇒ "Active", "Inactive"
Returns the value of attribute enhanced_infrastructure_metrics.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def enhanced_infrastructure_metrics @enhanced_infrastructure_metrics end |
#look_back_period ⇒ "DAYS_14", ...
Returns the value of attribute look_back_period.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def look_back_period @look_back_period end |
#savings_estimation_mode ⇒ Types::RDSSavingsEstimationMode
Returns the value of attribute savings_estimation_mode.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def savings_estimation_mode @savings_estimation_mode end |