Class: Aws::ApplicationAutoScaling::Types::PredictiveScalingPredefinedLoadMetricSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationAutoScaling::Types::PredictiveScalingPredefinedLoadMetricSpecification
- Defined in:
- gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb
Overview
Describes a load metric for a predictive scaling policy.
When returned in the output of DescribePolicies
, it indicates that a
predictive scaling policy uses individually specified load and scaling
metrics instead of a metric pair.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#predefined_metric_type ⇒ String
The metric type.
-
#resource_label ⇒ String
A label that uniquely identifies a target group.
Instance Attribute Details
#predefined_metric_type ⇒ String
The metric type.
2213 2214 2215 2216 2217 2218 |
# File 'gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb', line 2213 class PredictiveScalingPredefinedLoadMetricSpecification < Struct.new( :predefined_metric_type, :resource_label) SENSITIVE = [] include Aws::Structure end |
#resource_label ⇒ String
A label that uniquely identifies a target group.
2213 2214 2215 2216 2217 2218 |
# File 'gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb', line 2213 class PredictiveScalingPredefinedLoadMetricSpecification < Struct.new( :predefined_metric_type, :resource_label) SENSITIVE = [] include Aws::Structure end |