Class: Aws::ApplicationAutoScaling::Types::PredictiveScalingMetricDimension

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

Overview

Describes the dimension of a metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the dimension.

Returns:

  • (String)


2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb', line 2035

class PredictiveScalingMetricDimension < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the dimension.

Returns:

  • (String)


2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb', line 2035

class PredictiveScalingMetricDimension < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end