AWSIoTListMetricValuesResponse
Objective-C
@interface AWSIoTListMetricValuesResponse
Swift
class AWSIoTListMetricValuesResponse
-
The data the thing reports for the metric during the specified time period.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTMetricDatum *> *_Nullable metricDatumList;Swift
var metricDatumList: [AWSIoTMetricDatum]? { get set } -
A token that can be used to retrieve the next set of results, or
nullif there are no additional results.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSIoTListMetricValuesResponse Class Reference