Class: Aws::Types::RecommendationPreferencesDetail
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationPreferencesDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#resource_type ⇒ "Ec2Instance", ...
Returns the value of attribute resource_type.
-
#savings_estimation_mode ⇒ "AfterDiscounts", "BeforeDiscounts"
Returns the value of attribute savings_estimation_mode.
-
#scope ⇒ Types::Scope
Returns the value of attribute scope.
-
#utilization_preferences ⇒ ::Array[Types::UtilizationPreference]
Returns the value of attribute utilization_preferences.
Instance Attribute Details
#enhanced_infrastructure_metrics ⇒ "Active", "Inactive"
Returns the value of attribute enhanced_infrastructure_metrics.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def enhanced_infrastructure_metrics @enhanced_infrastructure_metrics end |
#external_metrics_preference ⇒ Types::ExternalMetricsPreference
Returns the value of attribute external_metrics_preference.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def external_metrics_preference @external_metrics_preference end |
#inferred_workload_types ⇒ "Active", "Inactive"
Returns the value of attribute inferred_workload_types.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def inferred_workload_types @inferred_workload_types end |
#look_back_period ⇒ "DAYS_14", ...
Returns the value of attribute look_back_period.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def look_back_period @look_back_period end |
#preferred_resources ⇒ ::Array[Types::EffectivePreferredResource]
Returns the value of attribute preferred_resources.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def preferred_resources @preferred_resources end |
#resource_type ⇒ "Ec2Instance", ...
Returns the value of attribute resource_type.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def resource_type @resource_type end |
#savings_estimation_mode ⇒ "AfterDiscounts", "BeforeDiscounts"
Returns the value of attribute savings_estimation_mode.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def savings_estimation_mode @savings_estimation_mode end |
#scope ⇒ Types::Scope
Returns the value of attribute scope.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def scope @scope end |
#utilization_preferences ⇒ ::Array[Types::UtilizationPreference]
Returns the value of attribute utilization_preferences.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def utilization_preferences @utilization_preferences end |