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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


6117
6118
6119
# File 'sig/types.rbs', line 6117

def recommendation_id
  @recommendation_id
end

#scaling_policy_objectiveTypes::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.

Returns:

  • (::Integer)


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

def target_cpu_utilization_per_core
  @target_cpu_utilization_per_core
end