AWSIoTAuditTaskMetadata
Objective-C
@interface AWSIoTAuditTaskMetadata
Swift
class AWSIoTAuditTaskMetadata
The audits that were performed.
-
The ID of this audit.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable taskId;Swift
var taskId: String? { get set } -
The status of this audit. One of “IN_PROGRESS”, “COMPLETED”, “FAILED”, or “CANCELED”.
Declaration
Objective-C
@property (nonatomic) AWSIoTAuditTaskStatus taskStatus;Swift
var taskStatus: AWSIoTAuditTaskStatus { get set } -
The type of this audit. One of “ON_DEMAND_AUDIT_TASK” or “SCHEDULED_AUDIT_TASK”.
Declaration
Objective-C
@property (nonatomic) AWSIoTAuditTaskType taskType;Swift
var taskType: AWSIoTAuditTaskType { get set }
View on GitHub
Install in Dash
AWSIoTAuditTaskMetadata Class Reference