AWSIoTListFleetMetricsRequest
Objective-C
@interface AWSIoTListFleetMetricsRequest
Swift
class AWSIoTListFleetMetricsRequest
-
The maximum number of results to return in this operation.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;Swift
var maxResults: NSNumber? { get set } -
To retrieve the next set of results, the
nextTokenvalue from a previous response; otherwisenullto receive the first set of results.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSIoTListFleetMetricsRequest Class Reference