Class: Aws::Types::DeleteRecommendationPreferencesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRecommendationPreferencesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recommendation_preference_names ⇒ ::Array[("EnhancedInfrastructureMetrics" | "InferredWorkloadTypes" | "ExternalMetricsPreference" | "LookBackPeriodPreference" | "PreferredResources" | "UtilizationPreferences")]
Returns the value of attribute recommendation_preference_names.
-
#resource_type ⇒ "Ec2Instance", ...
Returns the value of attribute resource_type.
-
#scope ⇒ Types::Scope
Returns the value of attribute scope.
Instance Attribute Details
#recommendation_preference_names ⇒ ::Array[("EnhancedInfrastructureMetrics" | "InferredWorkloadTypes" | "ExternalMetricsPreference" | "LookBackPeriodPreference" | "PreferredResources" | "UtilizationPreferences")]
Returns the value of attribute recommendation_preference_names.
117 118 119 |
# File 'sig/types.rbs', line 117 def recommendation_preference_names @recommendation_preference_names end |
#resource_type ⇒ "Ec2Instance", ...
Returns the value of attribute resource_type.
115 116 117 |
# File 'sig/types.rbs', line 115 def resource_type @resource_type end |
#scope ⇒ Types::Scope
Returns the value of attribute scope.
116 117 118 |
# File 'sig/types.rbs', line 116 def scope @scope end |