Class: Aws::Types::ServerlessV2ScalingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ServerlessV2ScalingConfiguration
- 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.
4214 4215 4216 |
# File 'sig/types.rbs', line 4214 def max_capacity @max_capacity end |
#min_capacity ⇒ ::Float
Returns the value of attribute min_capacity.
4213 4214 4215 |
# File 'sig/types.rbs', line 4213 def min_capacity @min_capacity end |
#seconds_until_auto_pause ⇒ ::Integer
Returns the value of attribute seconds_until_auto_pause.
4215 4216 4217 |
# File 'sig/types.rbs', line 4215 def seconds_until_auto_pause @seconds_until_auto_pause end |