AWSIoTListAuditMitigationActionsExecutionsRequest

Objective-C

@interface AWSIoTListAuditMitigationActionsExecutionsRequest

Swift

class AWSIoTListAuditMitigationActionsExecutionsRequest
  • Specify this filter to limit results to those with a specific status.

    Declaration

    Objective-C

    @property (nonatomic) AWSIoTAuditMitigationActionsExecutionStatus actionStatus;

    Swift

    var actionStatus: AWSIoTAuditMitigationActionsExecutionStatus { get set }
  • Specify this filter to limit results to those 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 actions for a specific audit mitigation actions task.

    Declaration

    Objective-C

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

    Swift

    var taskId: String? { get set }