Class: Aws::ApplicationAutoScaling::Types::PredictiveScalingPredefinedMetricPairSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationAutoScaling::Types::PredictiveScalingPredefinedMetricPairSpecification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationautoscaling/types.rb
Overview
Represents a metric pair for a predictive scaling policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#predefined_metric_type ⇒ String
Indicates which metrics to use.
-
#resource_label ⇒ String
A label that uniquely identifies a specific target group from which to determine the total and average request count.
Instance Attribute Details
#predefined_metric_type ⇒ String
Indicates which metrics to use. There are two different types of metrics for each metric type: one is a load metric and one is a scaling metric.
2235 2236 2237 2238 2239 2240 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 2235 class PredictiveScalingPredefinedMetricPairSpecification < Struct.new( :predefined_metric_type, :resource_label) SENSITIVE = [] include Aws::Structure end |
#resource_label ⇒ String
A label that uniquely identifies a specific target group from which to determine the total and average request count.
2235 2236 2237 2238 2239 2240 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 2235 class PredictiveScalingPredefinedMetricPairSpecification < Struct.new( :predefined_metric_type, :resource_label) SENSITIVE = [] include Aws::Structure end |