AWSIoTTaskStatisticsForAuditCheck
Objective-C
@interface AWSIoTTaskStatisticsForAuditCheck
Swift
class AWSIoTTaskStatisticsForAuditCheck
Provides summary counts of how many tasks for findings are in a particular state. This information is included in the response from DescribeAuditMitigationActionsTask.
-
The number of findings to which the mitigation action task was canceled when applied.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable canceledFindingsCount;
Swift
var canceledFindingsCount: NSNumber? { get set }
-
The number of findings for which at least one of the actions failed when applied.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable failedFindingsCount;
Swift
var failedFindingsCount: NSNumber? { get set }
-
The number of findings skipped because of filter conditions provided in the parameters to the command.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable skippedFindingsCount;
Swift
var skippedFindingsCount: NSNumber? { get set }
-
The number of findings for which all mitigation actions succeeded when applied.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable succeededFindingsCount;
Swift
var succeededFindingsCount: NSNumber? { get set }
-
The total number of findings to which a task is being applied.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable totalFindingsCount;
Swift
var totalFindingsCount: NSNumber? { get set }