Class: Aws::Types::TargetTrackingConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#customized_scaling_metric_specificationTypes::CustomizedScalingMetricSpecification

Returns the value of attribute customized_scaling_metric_specification.

Returns:



208
209
210
# File 'sig/types.rbs', line 208

def customized_scaling_metric_specification
  @customized_scaling_metric_specification
end

#disable_scale_inBoolean

Returns the value of attribute disable_scale_in.

Returns:



210
211
212
# File 'sig/types.rbs', line 210

def disable_scale_in
  @disable_scale_in
end

#estimated_instance_warmup::Integer

Returns the value of attribute estimated_instance_warmup.

Returns:



213
214
215
# File 'sig/types.rbs', line 213

def estimated_instance_warmup
  @estimated_instance_warmup
end

#predefined_scaling_metric_specificationTypes::PredefinedScalingMetricSpecification

Returns the value of attribute predefined_scaling_metric_specification.

Returns:



207
208
209
# File 'sig/types.rbs', line 207

def predefined_scaling_metric_specification
  @predefined_scaling_metric_specification
end

#scale_in_cooldown::Integer

Returns the value of attribute scale_in_cooldown.

Returns:



212
213
214
# File 'sig/types.rbs', line 212

def scale_in_cooldown
  @scale_in_cooldown
end

#scale_out_cooldown::Integer

Returns the value of attribute scale_out_cooldown.

Returns:



211
212
213
# File 'sig/types.rbs', line 211

def scale_out_cooldown
  @scale_out_cooldown
end

#target_value::Float

Returns the value of attribute target_value.

Returns:



209
210
211
# File 'sig/types.rbs', line 209

def target_value
  @target_value
end