AuditCheckDetails
public struct AuditCheckDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
True if the check is complete and found all resources compliant.
Declaration
Swift
public let checkCompliant: Bool? -
The completion status of this check. One of “IN_PROGRESS”, “WAITING_FOR_DATA_COLLECTION”, “CANCELED”, “COMPLETED_COMPLIANT”, “COMPLETED_NON_COMPLIANT”, or “FAILED”.
Declaration
Swift
public let checkRunStatus: AuditCheckRunStatus? -
The code of any error encountered when this check is performed during this audit. One of “INSUFFICIENT_PERMISSIONS” or “AUDIT_CHECK_DISABLED”.
Declaration
Swift
public let errorCode: String? -
The message associated with any error encountered when this check is performed during this audit.
Declaration
Swift
public let message: String? -
The number of resources that were found noncompliant during the check.
Declaration
Swift
public let nonCompliantResourcesCount: Int64? -
Describes how many of the non-compliant resources created during the evaluation of an audit check were marked as suppressed.
Declaration
Swift
public let suppressedNonCompliantResourcesCount: Int64? -
The number of resources on which the check was performed.
Declaration
Swift
public let totalResourcesCount: Int64? -
init(checkCompliant:checkRunStatus:errorCode:message:nonCompliantResourcesCount:suppressedNonCompliantResourcesCount:totalResourcesCount:)Undocumented
Declaration
Swift
public init(checkCompliant: Bool? = nil, checkRunStatus: AuditCheckRunStatus? = nil, errorCode: String? = nil, message: String? = nil, nonCompliantResourcesCount: Int64? = nil, suppressedNonCompliantResourcesCount: Int64? = nil, totalResourcesCount: Int64? = nil)
View on GitHub
AuditCheckDetails Structure Reference