Finding
public struct Finding : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The ARN that specifies the finding. DeclarationSwift public let arn: String
- 
                  
                  A collection of attributes of the host from which the finding is generated. DeclarationSwift public let assetAttributes: AssetAttributes?
- 
                  
                  The type of the host from which the finding is generated. DeclarationSwift public let assetType: AssetType?
- 
                  
                  The system-defined attributes for the finding. DeclarationSwift public let attributes: [Attribute]
- 
                  
                  This data element is currently not used. DeclarationSwift public let confidence: Int?
- 
                  
                  The time when the finding was generated. DeclarationSwift public let createdAt: TimeStamp
- 
                  
                  The description of the finding. DeclarationSwift public let description: String?
- 
                  
                  The ID of the finding. DeclarationSwift public let id: String?
- 
                  
                  This data element is currently not used. DeclarationSwift public let indicatorOfCompromise: Bool?
- 
                  
                  The numeric value of the finding severity. DeclarationSwift public let numericSeverity: Double?
- 
                  
                  The recommendation for the finding. DeclarationSwift public let recommendation: String?
- 
                  
                  The schema version of this data type. DeclarationSwift public let schemaVersion: Int?
- 
                  
                  The data element is set to “Inspector”. DeclarationSwift public let service: String?
- 
                  
                  This data type is used in the Finding data type. DeclarationSwift public let serviceAttributes: InspectorServiceAttributes?
- 
                  
                  The finding severity. Values can be set to High, Medium, Low, and Informational. DeclarationSwift public let severity: Severity?
- 
                  
                  The name of the finding. DeclarationSwift public let title: String?
- 
                  
                  The time when AddAttributesToFindings is called. DeclarationSwift public let updatedAt: TimeStamp
- 
                  
                  The user-defined attributes that are assigned to the finding. DeclarationSwift public let userAttributes: [Attribute]
- 
                  init(arn:assetAttributes:assetType:attributes:confidence:createdAt:description:id:indicatorOfCompromise:numericSeverity:recommendation:schemaVersion:service:serviceAttributes:severity:title:updatedAt:userAttributes:)Undocumented DeclarationSwift public init(arn: String, assetAttributes: AssetAttributes? = nil, assetType: AssetType? = nil, attributes: [Attribute], confidence: Int? = nil, createdAt: TimeStamp, description: String? = nil, id: String? = nil, indicatorOfCompromise: Bool? = nil, numericSeverity: Double? = nil, recommendation: String? = nil, schemaVersion: Int? = nil, service: String? = nil, serviceAttributes: InspectorServiceAttributes? = nil, severity: Severity? = nil, title: String? = nil, updatedAt: TimeStamp, userAttributes: [Attribute])
 View on GitHub
View on GitHub Finding Structure Reference
        Finding Structure Reference