Class: Aws::Types::EffectiveRecommendationPreferences
- Inherits:
-
Object
- Object
- Aws::Types::EffectiveRecommendationPreferences
- 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.
-
#external_metrics_preference ⇒ Types::ExternalMetricsPreference
Returns the value of attribute external_metrics_preference.
-
#inferred_workload_types ⇒ "Active", "Inactive"
Returns the value of attribute inferred_workload_types.
-
#look_back_period ⇒ "DAYS_14", ...
Returns the value of attribute look_back_period.
-
#preferred_resources ⇒ ::Array[Types::EffectivePreferredResource]
Returns the value of attribute preferred_resources.
-
#savings_estimation_mode ⇒ Types::InstanceSavingsEstimationMode
Returns the value of attribute savings_estimation_mode.
-
#utilization_preferences ⇒ ::Array[Types::UtilizationPreference]
Returns the value of attribute utilization_preferences.
Instance Attribute Details
#cpu_vendor_architectures ⇒ ::Array[("AWS_ARM64" | "CURRENT")]
Returns the value of attribute cpu_vendor_architectures.
269 270 271 |
# File 'sig/types.rbs', line 269 def cpu_vendor_architectures @cpu_vendor_architectures end |
#enhanced_infrastructure_metrics ⇒ "Active", "Inactive"
Returns the value of attribute enhanced_infrastructure_metrics.
270 271 272 |
# File 'sig/types.rbs', line 270 def enhanced_infrastructure_metrics @enhanced_infrastructure_metrics end |
#external_metrics_preference ⇒ Types::ExternalMetricsPreference
Returns the value of attribute external_metrics_preference.
272 273 274 |
# File 'sig/types.rbs', line 272 def external_metrics_preference @external_metrics_preference end |
#inferred_workload_types ⇒ "Active", "Inactive"
Returns the value of attribute inferred_workload_types.
271 272 273 |
# File 'sig/types.rbs', line 271 def inferred_workload_types @inferred_workload_types end |
#look_back_period ⇒ "DAYS_14", ...
Returns the value of attribute look_back_period.
273 274 275 |
# File 'sig/types.rbs', line 273 def look_back_period @look_back_period end |
#preferred_resources ⇒ ::Array[Types::EffectivePreferredResource]
Returns the value of attribute preferred_resources.
275 276 277 |
# File 'sig/types.rbs', line 275 def preferred_resources @preferred_resources end |
#savings_estimation_mode ⇒ Types::InstanceSavingsEstimationMode
Returns the value of attribute savings_estimation_mode.
276 277 278 |
# File 'sig/types.rbs', line 276 def savings_estimation_mode @savings_estimation_mode end |
#utilization_preferences ⇒ ::Array[Types::UtilizationPreference]
Returns the value of attribute utilization_preferences.
274 275 276 |
# File 'sig/types.rbs', line 274 def utilization_preferences @utilization_preferences end |