Class: Aws::Types::TargetTrackingScalingPolicyConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#disable_scale_inBoolean

Returns the value of attribute disable_scale_in.

Returns:

  • (Boolean)


437
438
439
# File 'sig/types.rbs', line 437

def disable_scale_in
  @disable_scale_in
end

#scale_in_cooldown::Integer

Returns the value of attribute scale_in_cooldown.

Returns:

  • (::Integer)


438
439
440
# File 'sig/types.rbs', line 438

def scale_in_cooldown
  @scale_in_cooldown
end

#scale_out_cooldown::Integer

Returns the value of attribute scale_out_cooldown.

Returns:

  • (::Integer)


439
440
441
# File 'sig/types.rbs', line 439

def scale_out_cooldown
  @scale_out_cooldown
end

#target_value::Float

Returns the value of attribute target_value.

Returns:

  • (::Float)


440
441
442
# File 'sig/types.rbs', line 440

def target_value
  @target_value
end