Class: Aws::AutoScaling::Types::MetricDimension

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-autoscaling/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)


5009
5010
5011
5012
5013
5014
# File 'lib/aws-sdk-autoscaling/types.rb', line 5009

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

#valueString

The value of the dimension.

Returns:

  • (String)


5009
5010
5011
5012
5013
5014
# File 'lib/aws-sdk-autoscaling/types.rb', line 5009

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