Class: Aws::Types::ManagedScalingPolicy
- Inherits:
-
Object
- Object
- Aws::Types::ManagedScalingPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_limits ⇒ Types::ComputeLimits
Returns the value of attribute compute_limits.
-
#scaling_strategy ⇒ "DEFAULT", "ADVANCED"
Returns the value of attribute scaling_strategy.
-
#utilization_performance_index ⇒ ::Integer
Returns the value of attribute utilization_performance_index.
Instance Attribute Details
#compute_limits ⇒ Types::ComputeLimits
Returns the value of attribute compute_limits.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def compute_limits @compute_limits end |
#scaling_strategy ⇒ "DEFAULT", "ADVANCED"
Returns the value of attribute scaling_strategy.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def scaling_strategy @scaling_strategy end |
#utilization_performance_index ⇒ ::Integer
Returns the value of attribute utilization_performance_index.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def utilization_performance_index @utilization_performance_index end |