SeveritySummary
public struct SeveritySummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The total number of resources or compliance items that have a severity level of critical. Critical severity is determined by the organization that published the compliance items.
Declaration
Swift
public let criticalCount: Int? -
The total number of resources or compliance items that have a severity level of high. High severity is determined by the organization that published the compliance items.
Declaration
Swift
public let highCount: Int? -
The total number of resources or compliance items that have a severity level of informational. Informational severity is determined by the organization that published the compliance items.
Declaration
Swift
public let informationalCount: Int? -
The total number of resources or compliance items that have a severity level of low. Low severity is determined by the organization that published the compliance items.
Declaration
Swift
public let lowCount: Int? -
The total number of resources or compliance items that have a severity level of medium. Medium severity is determined by the organization that published the compliance items.
Declaration
Swift
public let mediumCount: Int? -
The total number of resources or compliance items that have a severity level of unspecified. Unspecified severity is determined by the organization that published the compliance items.
Declaration
Swift
public let unspecifiedCount: Int? -
Undocumented
Declaration
Swift
public init(criticalCount: Int? = nil, highCount: Int? = nil, informationalCount: Int? = nil, lowCount: Int? = nil, mediumCount: Int? = nil, unspecifiedCount: Int? = nil)
View on GitHub
SeveritySummary Structure Reference