AWSIoTDetectMitigationActionsTaskStatistics
Objective-C
@interface AWSIoTDetectMitigationActionsTaskStatistics
Swift
class AWSIoTDetectMitigationActionsTaskStatistics
The statistics of a mitigation action task.
-
The actions that were performed.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable actionsExecuted;
Swift
var actionsExecuted: NSNumber? { get set }
-
The actions that failed.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable actionsFailed;
Swift
var actionsFailed: NSNumber? { get set }
-
The actions that were skipped.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable actionsSkipped;
Swift
var actionsSkipped: NSNumber? { get set }