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.



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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

def inference_recommendations_job_name
  @inference_recommendations_job_name
end

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

Returns:

  • (::String)


6126
6127
6128
# File 'sig/types.rbs', line 6126

def recommendation_id
  @recommendation_id
end

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

Returns:

  • (::Integer)


6128
6129
6130
# File 'sig/types.rbs', line 6128

def target_cpu_utilization_per_core
  @target_cpu_utilization_per_core
end