Class: Aws::IoT::Types::MetricDatum
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::MetricDatum
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
A metric.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#timestamp ⇒ Time
The time the metric value was reported.
-
#value ⇒ Types::MetricValue
The value reported for the metric.
Instance Attribute Details
#timestamp ⇒ Time
The time the metric value was reported.
12305 12306 12307 12308 12309 12310 |
# File 'lib/aws-sdk-iot/types.rb', line 12305 class MetricDatum < Struct.new( :timestamp, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::MetricValue
The value reported for the metric.
12305 12306 12307 12308 12309 12310 |
# File 'lib/aws-sdk-iot/types.rb', line 12305 class MetricDatum < Struct.new( :timestamp, :value) SENSITIVE = [] include Aws::Structure end |