Class: Aws::Types::ScalingConfigurationInfo
- Inherits:
-
Object
- Object
- Aws::Types::ScalingConfigurationInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_pause ⇒ Boolean
Returns the value of attribute auto_pause.
-
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
-
#min_capacity ⇒ ::Integer
Returns the value of attribute min_capacity.
-
#seconds_before_timeout ⇒ ::Integer
Returns the value of attribute seconds_before_timeout.
-
#seconds_until_auto_pause ⇒ ::Integer
Returns the value of attribute seconds_until_auto_pause.
-
#timeout_action ⇒ ::String
Returns the value of attribute timeout_action.
Instance Attribute Details
#auto_pause ⇒ Boolean
Returns the value of attribute auto_pause.
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.
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.
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.
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.
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.
4185 4186 4187 |
# File 'sig/types.rbs', line 4185 def timeout_action @timeout_action end |