Class: Aws::Types::GetScalingConfigurationRecommendationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetScalingConfigurationRecommendationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dynamic_scaling_configuration ⇒ Types::DynamicScalingConfiguration
Returns the value of attribute dynamic_scaling_configuration.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#inference_recommendations_job_name ⇒ ::String
Returns the value of attribute inference_recommendations_job_name.
-
#metric ⇒ Types::ScalingPolicyMetric
Returns the value of attribute metric.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
-
#scaling_policy_objective ⇒ Types::ScalingPolicyObjective
Returns the value of attribute scaling_policy_objective.
-
#target_cpu_utilization_per_core ⇒ ::Integer
Returns the value of attribute target_cpu_utilization_per_core.
Instance Attribute Details
#dynamic_scaling_configuration ⇒ Types::DynamicScalingConfiguration
Returns the value of attribute dynamic_scaling_configuration.
6150 6151 6152 |
# File 'sig/types.rbs', line 6150 def dynamic_scaling_configuration @dynamic_scaling_configuration end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
6146 6147 6148 |
# File 'sig/types.rbs', line 6146 def endpoint_name @endpoint_name end |
#inference_recommendations_job_name ⇒ ::String
Returns the value of attribute inference_recommendations_job_name.
6144 6145 6146 |
# File 'sig/types.rbs', line 6144 def inference_recommendations_job_name @inference_recommendations_job_name end |
#metric ⇒ Types::ScalingPolicyMetric
Returns the value of attribute metric.
6149 6150 6151 |
# File 'sig/types.rbs', line 6149 def metric @metric end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
6145 6146 6147 |
# File 'sig/types.rbs', line 6145 def recommendation_id @recommendation_id end |
#scaling_policy_objective ⇒ Types::ScalingPolicyObjective
Returns the value of attribute scaling_policy_objective.
6148 6149 6150 |
# File 'sig/types.rbs', line 6148 def scaling_policy_objective @scaling_policy_objective end |
#target_cpu_utilization_per_core ⇒ ::Integer
Returns the value of attribute target_cpu_utilization_per_core.
6147 6148 6149 |
# File 'sig/types.rbs', line 6147 def target_cpu_utilization_per_core @target_cpu_utilization_per_core end |