Class: Aws::Types::ScalableTargetAction
- Inherits:
-
Object
- Object
- Aws::Types::ScalableTargetAction
- 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.
357 358 359 |
# File 'sig/types.rbs', line 357 def max_capacity @max_capacity end |
#min_capacity ⇒ ::Integer
Returns the value of attribute min_capacity.
356 357 358 |
# File 'sig/types.rbs', line 356 def min_capacity @min_capacity end |