Class: Aws::CloudWatch::Types::Metric

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatch/types.rb

Overview

Represents a specific metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimensionsArray<Types::Dimension>

The dimensions for the metric.

Returns:



2363
2364
2365
2366
2367
2368
2369
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2363

class Metric < Struct.new(
  :namespace,
  :metric_name,
  :dimensions)
  SENSITIVE = []
  include Aws::Structure
end

#metric_nameString

The name of the metric. This is a required field.

Returns:

  • (String)


2363
2364
2365
2366
2367
2368
2369
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2363

class Metric < Struct.new(
  :namespace,
  :metric_name,
  :dimensions)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace of the metric.

Returns:

  • (String)


2363
2364
2365
2366
2367
2368
2369
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2363

class Metric < Struct.new(
  :namespace,
  :metric_name,
  :dimensions)
  SENSITIVE = []
  include Aws::Structure
end