AWSIoTListAuditMitigationActionsTasksRequest

Objective-C

@interface AWSIoTListAuditMitigationActionsTasksRequest

Swift

class AWSIoTListAuditMitigationActionsTasksRequest
  • Specify this filter to limit results to tasks that were applied to results for a specific audit.

    Declaration

    Objective-C

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

    Swift

    var auditTaskId: String? { get set }
  • Specify this filter to limit results to tasks that were completed or canceled on or before a specific date and time.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable endTime;

    Swift

    var endTime: Date? { get set }
  • Specify this filter to limit results to tasks that were applied to a specific audit finding.

    Declaration

    Objective-C

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

    Swift

    var findingId: String? { 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 }
  • Specify this filter to limit results to tasks that began on or after a specific date and time.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable startTime;

    Swift

    var startTime: Date? { get set }
  • Specify this filter to limit results to tasks that are in a specific state.

    Declaration

    Objective-C

    @property (nonatomic) AWSIoTAuditMitigationActionsTaskStatus taskStatus;

    Swift

    var taskStatus: AWSIoTAuditMitigationActionsTaskStatus { get set }