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.
11994 11995 11996 11997 11998 11999 |
# File 'lib/aws-sdk-iot/types.rb', line 11994 class MetricDatum < Struct.new( :timestamp, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::MetricValue
The value reported for the metric.
11994 11995 11996 11997 11998 11999 |
# File 'lib/aws-sdk-iot/types.rb', line 11994 class MetricDatum < Struct.new( :timestamp, :value) SENSITIVE = [] include Aws::Structure end |