AuditTaskMetadata
public struct AuditTaskMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of this audit.
Declaration
Swift
public let taskId: String?
-
The status of this audit. One of “IN_PROGRESS”, “COMPLETED”, “FAILED”, or “CANCELED”.
Declaration
Swift
public let taskStatus: AuditTaskStatus?
-
The type of this audit. One of “ON_DEMAND_AUDIT_TASK” or “SCHEDULED_AUDIT_TASK”.
Declaration
Swift
public let taskType: AuditTaskType?
-
Undocumented
Declaration
Swift
public init(taskId: String? = nil, taskStatus: AuditTaskStatus? = nil, taskType: AuditTaskType? = nil)