Class: Aws::ApplicationAutoScaling::Types::TargetTrackingMetricDimension

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)


3876
3877
3878
3879
3880
3881
# File 'gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb', line 3876

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

#valueString

The value of the dimension.

Returns:

  • (String)


3876
3877
3878
3879
3880
3881
# File 'gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb', line 3876

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