Class: Aws::ApplicationAutoScaling::Types::PredictiveScalingMetric

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

Overview

Describes the scaling metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimensionsArray<Types::PredictiveScalingMetricDimension>

Describes the dimensions of the metric.



1950
1951
1952
1953
1954
1955
1956
# File 'gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb', line 1950

class PredictiveScalingMetric < Struct.new(
  :dimensions,
  :metric_name,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#metric_nameString

The name of the metric.

Returns:

  • (String)


1950
1951
1952
1953
1954
1955
1956
# File 'gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb', line 1950

class PredictiveScalingMetric < Struct.new(
  :dimensions,
  :metric_name,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace of the metric.

Returns:

  • (String)


1950
1951
1952
1953
1954
1955
1956
# File 'gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb', line 1950

class PredictiveScalingMetric < Struct.new(
  :dimensions,
  :metric_name,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end