Class: Aws::Types::DynamicScalingConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_capacity::Integer

Returns the value of attribute max_capacity.

Returns:

  • (::Integer)


5573
5574
5575
# File 'sig/types.rbs', line 5573

def max_capacity
  @max_capacity
end

#min_capacity::Integer

Returns the value of attribute min_capacity.

Returns:

  • (::Integer)


5572
5573
5574
# File 'sig/types.rbs', line 5572

def min_capacity
  @min_capacity
end

#scale_in_cooldown::Integer

Returns the value of attribute scale_in_cooldown.

Returns:

  • (::Integer)


5574
5575
5576
# File 'sig/types.rbs', line 5574

def scale_in_cooldown
  @scale_in_cooldown
end

#scale_out_cooldown::Integer

Returns the value of attribute scale_out_cooldown.

Returns:

  • (::Integer)


5575
5576
5577
# File 'sig/types.rbs', line 5575

def scale_out_cooldown
  @scale_out_cooldown
end

#scaling_policies::Array[Types::ScalingPolicy]

Returns the value of attribute scaling_policies.

Returns:



5576
5577
5578
# File 'sig/types.rbs', line 5576

def scaling_policies
  @scaling_policies
end