Class: Aws::Types::ScaleConfig
- Inherits:
-
Object
- Object
- Aws::Types::ScaleConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scale_interval_minutes ⇒ ::Integer
Returns the value of attribute scale_interval_minutes.
-
#scale_percentage ⇒ ::Integer
Returns the value of attribute scale_percentage.
Instance Attribute Details
#scale_interval_minutes ⇒ ::Integer
Returns the value of attribute scale_interval_minutes.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def scale_interval_minutes @scale_interval_minutes end |
#scale_percentage ⇒ ::Integer
Returns the value of attribute scale_percentage.
1653 1654 1655 |
# File 'sig/types.rbs', line 1653 def scale_percentage @scale_percentage end |