Class: Aws::Types::ScalingConfigurationOutput
- Inherits:
-
Object
- Object
- Aws::Types::ScalingConfigurationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#desired_capacity ⇒ ::Integer
Returns the value of attribute desired_capacity.
-
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
-
#scaling_type ⇒ "TARGET_TRACKING_SCALING"
Returns the value of attribute scaling_type.
-
#target_tracking_scaling_configs ⇒ ::Array[Types::TargetTrackingScalingConfiguration]
Returns the value of attribute target_tracking_scaling_configs.
Instance Attribute Details
#desired_capacity ⇒ ::Integer
Returns the value of attribute desired_capacity.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def desired_capacity @desired_capacity end |
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def max_capacity @max_capacity end |
#scaling_type ⇒ "TARGET_TRACKING_SCALING"
Returns the value of attribute scaling_type.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def scaling_type @scaling_type end |
#target_tracking_scaling_configs ⇒ ::Array[Types::TargetTrackingScalingConfiguration]
Returns the value of attribute target_tracking_scaling_configs.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def target_tracking_scaling_configs @target_tracking_scaling_configs end |