AWSIoTListDetectMitigationActionsTasksRequest
Objective-C
@interface AWSIoTListDetectMitigationActionsTasksRequest
Swift
class AWSIoTListDetectMitigationActionsTasksRequest
-
The end of the time period for which ML Detect mitigation actions tasks are returned.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable endTime;Swift
var endTime: Date? { get set } -
The maximum number of results to return at one time. The default is 25.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;Swift
var maxResults: NSNumber? { get set } -
The token for the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set } -
A filter to limit results to those found after the specified time. You must specify either the startTime and endTime or the taskId, but not both.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable startTime;Swift
var startTime: Date? { get set }
View on GitHub
Install in Dash
AWSIoTListDetectMitigationActionsTasksRequest Class Reference