Class: Aws::Types::ProductionVariantManagedInstanceScalingScaleInPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cooldown_in_minutes::Integer

Returns the value of attribute cooldown_in_minutes.

Returns:

  • (::Integer)


10118
10119
10120
# File 'sig/types.rbs', line 10118

def cooldown_in_minutes
  @cooldown_in_minutes
end

#maximum_step_size::Integer

Returns the value of attribute maximum_step_size.

Returns:

  • (::Integer)


10117
10118
10119
# File 'sig/types.rbs', line 10117

def maximum_step_size
  @maximum_step_size
end

#strategy"IDLE_RELEASE", "CONSOLIDATION"

Returns the value of attribute strategy.

Returns:

  • ("IDLE_RELEASE", "CONSOLIDATION")


10116
10117
10118
# File 'sig/types.rbs', line 10116

def strategy
  @strategy
end