Class: Aws::AutoScaling::Types::PredictiveScalingCustomizedLoadMetric

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

Overview

Describes a custom load 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 load metric. Use multiple metric data queries only if you are performing a math expression on returned data.

Returns:



5468
5469
5470
5471
5472
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 5468

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