Class: Aws::Types::ScalingConfigurationInfo

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)


4183
4184
4185
# File 'sig/types.rbs', line 4183

def auto_pause
  @auto_pause
end

#max_capacity::Integer

Returns the value of attribute max_capacity.

Returns:

  • (::Integer)


4182
4183
4184
# File 'sig/types.rbs', line 4182

def max_capacity
  @max_capacity
end

#min_capacity::Integer

Returns the value of attribute min_capacity.

Returns:

  • (::Integer)


4181
4182
4183
# File 'sig/types.rbs', line 4181

def min_capacity
  @min_capacity
end

#seconds_before_timeout::Integer

Returns the value of attribute seconds_before_timeout.

Returns:

  • (::Integer)


4186
4187
4188
# File 'sig/types.rbs', line 4186

def seconds_before_timeout
  @seconds_before_timeout
end

#seconds_until_auto_pause::Integer

Returns the value of attribute seconds_until_auto_pause.

Returns:

  • (::Integer)


4184
4185
4186
# File 'sig/types.rbs', line 4184

def seconds_until_auto_pause
  @seconds_until_auto_pause
end

#timeout_action::String

Returns the value of attribute timeout_action.

Returns:

  • (::String)


4185
4186
4187
# File 'sig/types.rbs', line 4185

def timeout_action
  @timeout_action
end