Class: Aws::Types::AutoScalingTargetTrackingScalingPolicyConfigurationDescription

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)


75
76
77
# File 'sig/types.rbs', line 75

def disable_scale_in
  @disable_scale_in
end

#scale_in_cooldown::Integer

Returns the value of attribute scale_in_cooldown.

Returns:

  • (::Integer)


76
77
78
# File 'sig/types.rbs', line 76

def scale_in_cooldown
  @scale_in_cooldown
end

#scale_out_cooldown::Integer

Returns the value of attribute scale_out_cooldown.

Returns:

  • (::Integer)


77
78
79
# File 'sig/types.rbs', line 77

def scale_out_cooldown
  @scale_out_cooldown
end

#target_value::Float

Returns the value of attribute target_value.

Returns:

  • (::Float)


78
79
80
# File 'sig/types.rbs', line 78

def target_value
  @target_value
end