Class: Aws::Types::AutoScalingTargetTrackingScalingPolicyConfigurationUpdate

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)


83
84
85
# File 'sig/types.rbs', line 83

def disable_scale_in
  @disable_scale_in
end

#scale_in_cooldown::Integer

Returns the value of attribute scale_in_cooldown.

Returns:

  • (::Integer)


84
85
86
# File 'sig/types.rbs', line 84

def scale_in_cooldown
  @scale_in_cooldown
end

#scale_out_cooldown::Integer

Returns the value of attribute scale_out_cooldown.

Returns:

  • (::Integer)


85
86
87
# File 'sig/types.rbs', line 85

def scale_out_cooldown
  @scale_out_cooldown
end

#target_value::Float

Returns the value of attribute target_value.

Returns:

  • (::Float)


86
87
88
# File 'sig/types.rbs', line 86

def target_value
  @target_value
end