Class: Aws::IoT::Types::ListMetricValuesResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_datum_listArray<Types::MetricDatum>

The data the thing reports for the metric during the specified time period.

Returns:



10229
10230
10231
10232
10233
10234
# File 'lib/aws-sdk-iot/types.rb', line 10229

class ListMetricValuesResponse < Struct.new(
  :metric_datum_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that can be used to retrieve the next set of results, or ‘null` if there are no additional results.

Returns:

  • (String)


10229
10230
10231
10232
10233
10234
# File 'lib/aws-sdk-iot/types.rb', line 10229

class ListMetricValuesResponse < Struct.new(
  :metric_datum_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end