SeveritySummary
public struct SeveritySummary : AWSShapeUndocumented
- 
                  
                  DeclarationSwift 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. DeclarationSwift 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. DeclarationSwift 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. DeclarationSwift 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. DeclarationSwift 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. DeclarationSwift 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. DeclarationSwift public let unspecifiedCount: Int?
- 
                  
                  Undocumented DeclarationSwift public init(criticalCount: Int? = nil, highCount: Int? = nil, informationalCount: Int? = nil, lowCount: Int? = nil, mediumCount: Int? = nil, unspecifiedCount: Int? = nil)
 View on GitHub
View on GitHub SeveritySummary Structure Reference
        SeveritySummary Structure Reference