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.
Instance Attribute Details
#max_capacity ⇒ ::Float
Returns the value of attribute max_capacity.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def max_capacity @max_capacity end |
#min_capacity ⇒ ::Float
Returns the value of attribute min_capacity.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def min_capacity @min_capacity end |