AWSIoTListDetectMitigationActionsExecutionsRequest

Objective-C

@interface AWSIoTListDetectMitigationActionsExecutionsRequest

Swift

class AWSIoTListDetectMitigationActionsExecutionsRequest
  • The end of the time period for which ML Detect mitigation actions executions 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 }
  • The unique identifier of the task.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable taskId;

    Swift

    var taskId: String? { get set }
  • The name of the thing whose mitigation actions are listed.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable thingName;

    Swift

    var thingName: String? { get set }
  • The unique identifier of the violation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable violationId;

    Swift

    var violationId: String? { get set }