ComplianceItemEntry
public struct ComplianceItemEntry : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  A “Key”: “Value” tag combination for the compliance item. DeclarationSwift public let details: [String : String]?
- 
                  
                  The compliance item ID. For example, if the compliance item is a Windows patch, the ID could be the number of the KB article. DeclarationSwift public let id: String?
- 
                  
                  The severity of the compliance status. Severity can be one of the following: Critical, High, Medium, Low, Informational, Unspecified. DeclarationSwift public let severity: ComplianceSeverity
- 
                  
                  The status of the compliance item. An item is either COMPLIANT or NON_COMPLIANT. DeclarationSwift public let status: ComplianceStatus
- 
                  
                  The title of the compliance item. For example, if the compliance item is a Windows patch, the title could be the title of the KB article for the patch; for example: Security Update for Active Directory Federation Services. DeclarationSwift public let title: String?
- 
                  
                  Undocumented DeclarationSwift public init(details: [String : String]? = nil, id: String? = nil, severity: ComplianceSeverity, status: ComplianceStatus, title: String? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub ComplianceItemEntry Structure Reference
        ComplianceItemEntry Structure Reference