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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


6136
6137
6138
# File 'sig/types.rbs', line 6136

def recommendation_id
  @recommendation_id
end

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

Returns:

  • (::Integer)


6138
6139
6140
# File 'sig/types.rbs', line 6138

def target_cpu_utilization_per_core
  @target_cpu_utilization_per_core
end