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)


5064
5065
5066
5067
5068
5069
# File 'lib/aws-sdk-autoscaling/types.rb', line 5064

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

#valueString

The value of the dimension.

Returns:

  • (String)


5064
5065
5066
5067
5068
5069
# File 'lib/aws-sdk-autoscaling/types.rb', line 5064

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