AWSIoTTaskStatistics
Objective-C
@interface AWSIoTTaskStatistics
Swift
class AWSIoTTaskStatistics
Statistics for the checks performed during the audit.
-
The number of checks that did not run because the audit was canceled.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable canceledChecks;
Swift
var canceledChecks: NSNumber? { get set }
-
The number of checks that found compliant resources.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable compliantChecks;
Swift
var compliantChecks: NSNumber? { get set }
-
The number of checks.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable failedChecks;
Swift
var failedChecks: NSNumber? { get set }
-
The number of checks in progress.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable inProgressChecks;
Swift
var inProgressChecks: NSNumber? { get set }
-
The number of checks that found noncompliant resources.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable nonCompliantChecks;
Swift
var nonCompliantChecks: NSNumber? { get set }
-
The number of checks in this audit.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable totalChecks;
Swift
var totalChecks: NSNumber? { get set }
-
The number of checks waiting for data collection.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable waitingForDataCollectionChecks;
Swift
var waitingForDataCollectionChecks: NSNumber? { get set }