Class: Aws::Types::ScalingConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_pauseBoolean

Returns the value of attribute auto_pause.

Returns:

  • (Boolean)


4173
4174
4175
# File 'sig/types.rbs', line 4173

def auto_pause
  @auto_pause
end

#max_capacity::Integer

Returns the value of attribute max_capacity.

Returns:

  • (::Integer)


4172
4173
4174
# File 'sig/types.rbs', line 4172

def max_capacity
  @max_capacity
end

#min_capacity::Integer

Returns the value of attribute min_capacity.

Returns:

  • (::Integer)


4171
4172
4173
# File 'sig/types.rbs', line 4171

def min_capacity
  @min_capacity
end

#seconds_before_timeout::Integer

Returns the value of attribute seconds_before_timeout.

Returns:

  • (::Integer)


4176
4177
4178
# File 'sig/types.rbs', line 4176

def seconds_before_timeout
  @seconds_before_timeout
end

#seconds_until_auto_pause::Integer

Returns the value of attribute seconds_until_auto_pause.

Returns:

  • (::Integer)


4174
4175
4176
# File 'sig/types.rbs', line 4174

def seconds_until_auto_pause
  @seconds_until_auto_pause
end

#timeout_action::String

Returns the value of attribute timeout_action.

Returns:

  • (::String)


4175
4176
4177
# File 'sig/types.rbs', line 4175

def timeout_action
  @timeout_action
end