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.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def max_capacity @max_capacity end |
#min_capacity ⇒ ::Float
Returns the value of attribute min_capacity.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def min_capacity @min_capacity end |