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.
6131 6132 6133 |
# File 'sig/types.rbs', line 6131 def dynamic_scaling_configuration @dynamic_scaling_configuration end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
6127 6128 6129 |
# File 'sig/types.rbs', line 6127 def endpoint_name @endpoint_name end |
#inference_recommendations_job_name ⇒ ::String
Returns the value of attribute inference_recommendations_job_name.
6125 6126 6127 |
# File 'sig/types.rbs', line 6125 def inference_recommendations_job_name @inference_recommendations_job_name end |
#metric ⇒ Types::ScalingPolicyMetric
Returns the value of attribute metric.
6130 6131 6132 |
# File 'sig/types.rbs', line 6130 def metric @metric end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
6126 6127 6128 |
# File 'sig/types.rbs', line 6126 def recommendation_id @recommendation_id end |
#scaling_policy_objective ⇒ Types::ScalingPolicyObjective
Returns the value of attribute scaling_policy_objective.
6129 6130 6131 |
# File 'sig/types.rbs', line 6129 def scaling_policy_objective @scaling_policy_objective end |
#target_cpu_utilization_per_core ⇒ ::Integer
Returns the value of attribute target_cpu_utilization_per_core.
6128 6129 6130 |
# File 'sig/types.rbs', line 6128 def target_cpu_utilization_per_core @target_cpu_utilization_per_core end |