Class: Aws::Types::ScalingConstraints
- Inherits:
-
Object
- Object
- Aws::Types::ScalingConstraints
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
-
#min_capacity ⇒ ::Integer
Returns the value of attribute min_capacity.
Instance Attribute Details
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def max_capacity @max_capacity end |
#min_capacity ⇒ ::Integer
Returns the value of attribute min_capacity.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def min_capacity @min_capacity end |