Class: Aws::AutoScaling::Types::PredictiveScalingCustomizedScalingMetric

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb

Overview

Describes a custom scaling metric for a predictive scaling policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_data_queriesArray<Types::MetricDataQuery>

One or more metric data queries to provide the data points for a scaling metric. Use multiple metric data queries only if you are performing a math expression on returned data.

Returns:



5484
5485
5486
5487
5488
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 5484

class PredictiveScalingCustomizedScalingMetric < Struct.new(
  :metric_data_queries)
  SENSITIVE = []
  include Aws::Structure
end