Class: Aws::Types::GetScalingConfigurationRecommendationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dynamic_scaling_configurationTypes::DynamicScalingConfiguration

Returns the value of attribute dynamic_scaling_configuration.



6150
6151
6152
# File 'sig/types.rbs', line 6150

def dynamic_scaling_configuration
  @dynamic_scaling_configuration
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


6146
6147
6148
# File 'sig/types.rbs', line 6146

def endpoint_name
  @endpoint_name
end

#inference_recommendations_job_name::String

Returns the value of attribute inference_recommendations_job_name.

Returns:

  • (::String)


6144
6145
6146
# File 'sig/types.rbs', line 6144

def inference_recommendations_job_name
  @inference_recommendations_job_name
end

#metricTypes::ScalingPolicyMetric

Returns the value of attribute metric.



6149
6150
6151
# File 'sig/types.rbs', line 6149

def metric
  @metric
end

#recommendation_id::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


6145
6146
6147
# File 'sig/types.rbs', line 6145

def recommendation_id
  @recommendation_id
end

#scaling_policy_objectiveTypes::ScalingPolicyObjective

Returns the value of attribute scaling_policy_objective.



6148
6149
6150
# File 'sig/types.rbs', line 6148

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)


6147
6148
6149
# File 'sig/types.rbs', line 6147

def target_cpu_utilization_per_core
  @target_cpu_utilization_per_core
end