Class: Aws::Types::PutRecommendationPreferencesRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutRecommendationPreferencesRequest
- 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::PreferredResource]
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.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def enhanced_infrastructure_metrics @enhanced_infrastructure_metrics end |
#external_metrics_preference ⇒ Types::ExternalMetricsPreference
Returns the value of attribute external_metrics_preference.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def external_metrics_preference @external_metrics_preference end |
#inferred_workload_types ⇒ "Active", "Inactive"
Returns the value of attribute inferred_workload_types.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def inferred_workload_types @inferred_workload_types end |
#look_back_period ⇒ "DAYS_14", ...
Returns the value of attribute look_back_period.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def look_back_period @look_back_period end |
#preferred_resources ⇒ ::Array[Types::PreferredResource]
Returns the value of attribute preferred_resources.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def preferred_resources @preferred_resources end |
#resource_type ⇒ "Ec2Instance", ...
Returns the value of attribute resource_type.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def resource_type @resource_type end |
#savings_estimation_mode ⇒ "AfterDiscounts", "BeforeDiscounts"
Returns the value of attribute savings_estimation_mode.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def savings_estimation_mode @savings_estimation_mode end |
#scope ⇒ Types::Scope
Returns the value of attribute scope.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def scope @scope end |
#utilization_preferences ⇒ ::Array[Types::UtilizationPreference]
Returns the value of attribute utilization_preferences.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def utilization_preferences @utilization_preferences end |