Class: Aws::IoT::Types::ListMetricValuesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListMetricValuesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_datum_list ⇒ Array<Types::MetricDatum>
The data the thing reports for the metric during the specified time period.
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or ‘null` if there are no additional results.
Instance Attribute Details
#metric_datum_list ⇒ Array<Types::MetricDatum>
The data the thing reports for the metric during the specified time period.
10554 10555 10556 10557 10558 10559 |
# File 'lib/aws-sdk-iot/types.rb', line 10554 class ListMetricValuesResponse < Struct.new( :metric_datum_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or ‘null` if there are no additional results.
10554 10555 10556 10557 10558 10559 |
# File 'lib/aws-sdk-iot/types.rb', line 10554 class ListMetricValuesResponse < Struct.new( :metric_datum_list, :next_token) SENSITIVE = [] include Aws::Structure end |