Class: Aws::Types::ManagedCapacityConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#scale_in_after_inactivity_minutes::Integer

Returns the value of attribute scale_in_after_inactivity_minutes.

Returns:

  • (::Integer)


1734
1735
1736
# File 'sig/types.rbs', line 1734

def scale_in_after_inactivity_minutes
  @scale_in_after_inactivity_minutes
end

#zero_capacity_strategy"MANUAL", "SCALE_TO_AND_FROM_ZERO"

Returns the value of attribute zero_capacity_strategy.

Returns:

  • ("MANUAL", "SCALE_TO_AND_FROM_ZERO")


1733
1734
1735
# File 'sig/types.rbs', line 1733

def zero_capacity_strategy
  @zero_capacity_strategy
end