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