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.
6118 6119 6120 |
# File 'sig/types.rbs', line 6118 def endpoint_name @endpoint_name end |
#inference_recommendations_job_name ⇒ ::String
Returns the value of attribute inference_recommendations_job_name.
6116 6117 6118 |
# File 'sig/types.rbs', line 6116 def inference_recommendations_job_name @inference_recommendations_job_name end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
6117 6118 6119 |
# File 'sig/types.rbs', line 6117 def recommendation_id @recommendation_id end |
#scaling_policy_objective ⇒ Types::ScalingPolicyObjective
Returns the value of attribute scaling_policy_objective.
6120 6121 6122 |
# File 'sig/types.rbs', line 6120 def scaling_policy_objective @scaling_policy_objective end |
#target_cpu_utilization_per_core ⇒ ::Integer
Returns the value of attribute target_cpu_utilization_per_core.
6119 6120 6121 |
# File 'sig/types.rbs', line 6119 def target_cpu_utilization_per_core @target_cpu_utilization_per_core end |