Class: Aws::Types::GetScalingConfigurationRecommendationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


6122
6123
6124
# File 'sig/types.rbs', line 6122

def endpoint_name
  @endpoint_name
end

#inference_recommendations_job_name::String

Returns the value of attribute inference_recommendations_job_name.

Returns:

  • (::String)


6120
6121
6122
# File 'sig/types.rbs', line 6120

def inference_recommendations_job_name
  @inference_recommendations_job_name
end

#recommendation_id::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


6121
6122
6123
# File 'sig/types.rbs', line 6121

def recommendation_id
  @recommendation_id
end

#scaling_policy_objectiveTypes::ScalingPolicyObjective

Returns the value of attribute scaling_policy_objective.



6124
6125
6126
# File 'sig/types.rbs', line 6124

def scaling_policy_objective
  @scaling_policy_objective
end

#target_cpu_utilization_per_core::Integer

Returns the value of attribute target_cpu_utilization_per_core.

Returns:

  • (::Integer)


6123
6124
6125
# File 'sig/types.rbs', line 6123

def target_cpu_utilization_per_core
  @target_cpu_utilization_per_core
end