Class: Aws::IoT::Types::MetricDatum

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

Overview

A metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#timestampTime

The time the metric value was reported.

Returns:

  • (Time)


11813
11814
11815
11816
11817
11818
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11813

class MetricDatum < Struct.new(
  :timestamp,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::MetricValue

The value reported for the metric.

Returns:



11813
11814
11815
11816
11817
11818
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11813

class MetricDatum < Struct.new(
  :timestamp,
  :value)
  SENSITIVE = []
  include Aws::Structure
end