Class: Aws::CloudWatchOmni::Types::MetricSemantics
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::MetricSemantics
- 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
-
#description ⇒ String
Human-readable description of what the metric measures.
-
#unit ⇒ String
The unit the metric is reported in.
Instance Attribute Details
#description ⇒ String
Human-readable description of what the metric measures.
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.
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 |