Class: Aws::Types::ServerlessV2ScalingConfigurationInfo
- Inherits:
-
Object
- Object
- Aws::Types::ServerlessV2ScalingConfigurationInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_capacity ⇒ ::Float
Returns the value of attribute max_capacity.
-
#min_capacity ⇒ ::Float
Returns the value of attribute min_capacity.
-
#seconds_until_auto_pause ⇒ ::Integer
Returns the value of attribute seconds_until_auto_pause.
Instance Attribute Details
#max_capacity ⇒ ::Float
Returns the value of attribute max_capacity.
4221 4222 4223 |
# File 'sig/types.rbs', line 4221 def max_capacity @max_capacity end |
#min_capacity ⇒ ::Float
Returns the value of attribute min_capacity.
4220 4221 4222 |
# File 'sig/types.rbs', line 4220 def min_capacity @min_capacity end |
#seconds_until_auto_pause ⇒ ::Integer
Returns the value of attribute seconds_until_auto_pause.
4222 4223 4224 |
# File 'sig/types.rbs', line 4222 def seconds_until_auto_pause @seconds_until_auto_pause end |