Class: Aws::Types::CapacityProviderScalingConfig
- Inherits:
-
Object
- Object
- Aws::Types::CapacityProviderScalingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_v_cpu_count ⇒ ::Integer
Returns the value of attribute max_v_cpu_count.
-
#scaling_mode ⇒ "Auto", "Manual"
Returns the value of attribute scaling_mode.
-
#scaling_policies ⇒ ::Array[Types::TargetTrackingScalingPolicy]
Returns the value of attribute scaling_policies.
Instance Attribute Details
#max_v_cpu_count ⇒ ::Integer
Returns the value of attribute max_v_cpu_count.
174 175 176 |
# File 'sig/types.rbs', line 174 def max_v_cpu_count @max_v_cpu_count end |
#scaling_mode ⇒ "Auto", "Manual"
Returns the value of attribute scaling_mode.
175 176 177 |
# File 'sig/types.rbs', line 175 def scaling_mode @scaling_mode end |
#scaling_policies ⇒ ::Array[Types::TargetTrackingScalingPolicy]
Returns the value of attribute scaling_policies.
176 177 178 |
# File 'sig/types.rbs', line 176 def scaling_policies @scaling_policies end |