TaskStatistics
public struct TaskStatistics : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of checks that did not run because the audit was canceled.
Declaration
Swift
public let canceledChecks: Int?
-
The number of checks that found compliant resources.
Declaration
Swift
public let compliantChecks: Int?
-
The number of checks.
Declaration
Swift
public let failedChecks: Int?
-
The number of checks in progress.
Declaration
Swift
public let inProgressChecks: Int?
-
The number of checks that found noncompliant resources.
Declaration
Swift
public let nonCompliantChecks: Int?
-
The number of checks in this audit.
Declaration
Swift
public let totalChecks: Int?
-
The number of checks waiting for data collection.
Declaration
Swift
public let waitingForDataCollectionChecks: Int?
-
init(canceledChecks:compliantChecks:failedChecks:inProgressChecks:nonCompliantChecks:totalChecks:waitingForDataCollectionChecks:)
Undocumented
Declaration
Swift
public init(canceledChecks: Int? = nil, compliantChecks: Int? = nil, failedChecks: Int? = nil, inProgressChecks: Int? = nil, nonCompliantChecks: Int? = nil, totalChecks: Int? = nil, waitingForDataCollectionChecks: Int? = nil)