UpdateFindingsFeedbackRequest
public struct UpdateFindingsFeedbackRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Additional feedback about the GuardDuty findings.
Declaration
Swift
public let comments: String?
-
The ID of the detector associated with the findings to update feedback for.
Declaration
Swift
public let detectorId: String
-
The feedback for the finding.
Declaration
Swift
public let feedback: Feedback
-
The IDs of the findings that you want to mark as useful or not useful.
Declaration
Swift
public let findingIds: [String]
-
Undocumented
Declaration
Swift
public init(comments: String? = nil, detectorId: String, feedback: Feedback, findingIds: [String])
-
Declaration
Swift
public func validate(name: String) throws