Class: Aws::Types::PredictiveScalingMetricSpecification
- Inherits:
-
Object
- Object
- Aws::Types::PredictiveScalingMetricSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customized_capacity_metric_specification ⇒ Types::PredictiveScalingCustomizedCapacityMetric
Returns the value of attribute customized_capacity_metric_specification.
-
#customized_load_metric_specification ⇒ Types::PredictiveScalingCustomizedLoadMetric
Returns the value of attribute customized_load_metric_specification.
-
#customized_scaling_metric_specification ⇒ Types::PredictiveScalingCustomizedScalingMetric
Returns the value of attribute customized_scaling_metric_specification.
-
#predefined_load_metric_specification ⇒ Types::PredictiveScalingPredefinedLoadMetric
Returns the value of attribute predefined_load_metric_specification.
-
#predefined_metric_pair_specification ⇒ Types::PredictiveScalingPredefinedMetricPair
Returns the value of attribute predefined_metric_pair_specification.
-
#predefined_scaling_metric_specification ⇒ Types::PredictiveScalingPredefinedScalingMetric
Returns the value of attribute predefined_scaling_metric_specification.
-
#target_value ⇒ ::Float
Returns the value of attribute target_value.
Instance Attribute Details
#customized_capacity_metric_specification ⇒ Types::PredictiveScalingCustomizedCapacityMetric
Returns the value of attribute customized_capacity_metric_specification.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def customized_capacity_metric_specification @customized_capacity_metric_specification end |
#customized_load_metric_specification ⇒ Types::PredictiveScalingCustomizedLoadMetric
Returns the value of attribute customized_load_metric_specification.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def customized_load_metric_specification @customized_load_metric_specification end |
#customized_scaling_metric_specification ⇒ Types::PredictiveScalingCustomizedScalingMetric
Returns the value of attribute customized_scaling_metric_specification.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def customized_scaling_metric_specification @customized_scaling_metric_specification end |
#predefined_load_metric_specification ⇒ Types::PredictiveScalingPredefinedLoadMetric
Returns the value of attribute predefined_load_metric_specification.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def predefined_load_metric_specification @predefined_load_metric_specification end |
#predefined_metric_pair_specification ⇒ Types::PredictiveScalingPredefinedMetricPair
Returns the value of attribute predefined_metric_pair_specification.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def predefined_metric_pair_specification @predefined_metric_pair_specification end |
#predefined_scaling_metric_specification ⇒ Types::PredictiveScalingPredefinedScalingMetric
Returns the value of attribute predefined_scaling_metric_specification.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def predefined_scaling_metric_specification @predefined_scaling_metric_specification end |
#target_value ⇒ ::Float
Returns the value of attribute target_value.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def target_value @target_value end |