Class: Aws::Types::ScalingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ScalingConfiguration
- 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.
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.
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.
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.
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.
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.
4175 4176 4177 |
# File 'sig/types.rbs', line 4175 def timeout_action @timeout_action end |