Class: Aws::IoT::Types::MetricDatum
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::MetricDatum
- Defined in:
- gems/aws-sdk-iot/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.
13002 13003 13004 13005 13006 13007 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13002 class MetricDatum < Struct.new( :timestamp, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::MetricValue
The value reported for the metric.
13002 13003 13004 13005 13006 13007 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13002 class MetricDatum < Struct.new( :timestamp, :value) SENSITIVE = [] include Aws::Structure end |