You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GuardDuty::Types::UpdateFindingsFeedbackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UpdateFindingsFeedbackRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateFindingsFeedbackRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
detector_id: "DetectorId", # required
finding_ids: ["FindingId"], # required
feedback: "USEFUL", # required, accepts USEFUL, NOT_USEFUL
comments: "String",
}
Instance Attribute Summary collapse
-
#comments ⇒ String
Additional feedback about the GuardDuty findings.
-
#detector_id ⇒ String
The ID of the detector associated with the findings to update feedback for.
-
#feedback ⇒ String
The feedback for the finding.
-
#finding_ids ⇒ Array<String>
The IDs of the findings that you want to mark as useful or not useful.
Instance Attribute Details
#comments ⇒ String
Additional feedback about the GuardDuty findings.
#detector_id ⇒ String
The ID of the detector associated with the findings to update feedback for.
#feedback ⇒ String
The feedback for the finding.
Possible values:
- USEFUL
- NOT_USEFUL
#finding_ids ⇒ Array<String>
The IDs of the findings that you want to mark as useful or not useful.