TaskStatisticsForAuditCheck
public struct TaskStatisticsForAuditCheck : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of findings to which the mitigation action task was canceled when applied.
Declaration
Swift
public let canceledFindingsCount: Int64?
-
The number of findings for which at least one of the actions failed when applied.
Declaration
Swift
public let failedFindingsCount: Int64?
-
The number of findings skipped because of filter conditions provided in the parameters to the command.
Declaration
Swift
public let skippedFindingsCount: Int64?
-
The number of findings for which all mitigation actions succeeded when applied.
Declaration
Swift
public let succeededFindingsCount: Int64?
-
The total number of findings to which a task is being applied.
Declaration
Swift
public let totalFindingsCount: Int64?
-
init(canceledFindingsCount:failedFindingsCount:skippedFindingsCount:succeededFindingsCount:totalFindingsCount:)
Undocumented
Declaration
Swift
public init(canceledFindingsCount: Int64? = nil, failedFindingsCount: Int64? = nil, skippedFindingsCount: Int64? = nil, succeededFindingsCount: Int64? = nil, totalFindingsCount: Int64? = nil)