Class: Aws::Types::GetScalingConfigurationRecommendationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetScalingConfigurationRecommendationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#inference_recommendations_job_name ⇒ ::String
Returns the value of attribute inference_recommendations_job_name.
-
#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
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
6137 6138 6139 |
# File 'sig/types.rbs', line 6137 def endpoint_name @endpoint_name end |
#inference_recommendations_job_name ⇒ ::String
Returns the value of attribute inference_recommendations_job_name.
6135 6136 6137 |
# File 'sig/types.rbs', line 6135 def inference_recommendations_job_name @inference_recommendations_job_name end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
6136 6137 6138 |
# File 'sig/types.rbs', line 6136 def recommendation_id @recommendation_id end |
#scaling_policy_objective ⇒ Types::ScalingPolicyObjective
Returns the value of attribute scaling_policy_objective.
6139 6140 6141 |
# File 'sig/types.rbs', line 6139 def scaling_policy_objective @scaling_policy_objective end |
#target_cpu_utilization_per_core ⇒ ::Integer
Returns the value of attribute target_cpu_utilization_per_core.
6138 6139 6140 |
# File 'sig/types.rbs', line 6138 def target_cpu_utilization_per_core @target_cpu_utilization_per_core end |