Class: Aws::CloudWatchOmni::Types::MetricSemantics

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

Overview

The meaning and unit of a single metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ String

Human-readable description of what the metric measures.

Returns:

  • (String)


3391
3392
3393
3394
3395
3396
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3391

class MetricSemantics < Struct.new(
  :description,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#unit ⇒ String

The unit the metric is reported in.

Returns:

  • (String)


3391
3392
3393
3394
3395
3396
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3391

class MetricSemantics < Struct.new(
  :description,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end