class Aws::GuardDuty::Types::UpdateFindingsFeedbackRequest
@note When making an API call, you may pass UpdateFindingsFeedbackRequest
data as a hash: { detector_id: "DetectorId", # required finding_ids: ["FindingId"], # required feedback: "USEFUL", # required, accepts USEFUL, NOT_USEFUL comments: "String", }
@!attribute [rw] detector_id
The ID of the detector associated with the findings to update feedback for. @return [String]
@!attribute [rw] finding_ids
The IDs of the findings that you want to mark as useful or not useful. @return [Array<String>]
@!attribute [rw] feedback
The feedback for the finding. @return [String]
@!attribute [rw] comments
Additional feedback about the GuardDuty findings. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/UpdateFindingsFeedbackRequest AWS API Documentation
Constants
- SENSITIVE