Class: Aws::ApplicationAutoScaling::Types::PredictiveScalingMetric
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationAutoScaling::Types::PredictiveScalingMetric
- 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
-
#dimensions ⇒ Array<Types::PredictiveScalingMetricDimension>
Describes the dimensions of the metric.
-
#metric_name ⇒ String
The name of the metric.
-
#namespace ⇒ String
The namespace of the metric.
Instance Attribute Details
#dimensions ⇒ Array<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_name ⇒ String
The name 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 |
#namespace ⇒ String
The namespace 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 |