Class: Aws::GuardDuty::Types::UpdateFindingsFeedbackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UpdateFindingsFeedbackRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comments ⇒ String
Additional feedback about the GuardDuty findings.
-
#detector_id ⇒ String
The ID of the detector that is associated with the findings for which you want to update the feedback.
-
#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.
8338 8339 8340 8341 8342 8343 8344 8345 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8338 class UpdateFindingsFeedbackRequest < Struct.new( :detector_id, :finding_ids, :feedback, :comments) SENSITIVE = [] include Aws::Structure end |
#detector_id ⇒ String
The ID of the detector that is associated with the findings for which you want to update the feedback.
8338 8339 8340 8341 8342 8343 8344 8345 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8338 class UpdateFindingsFeedbackRequest < Struct.new( :detector_id, :finding_ids, :feedback, :comments) SENSITIVE = [] include Aws::Structure end |
#feedback ⇒ String
The feedback for the finding.
8338 8339 8340 8341 8342 8343 8344 8345 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8338 class UpdateFindingsFeedbackRequest < Struct.new( :detector_id, :finding_ids, :feedback, :comments) SENSITIVE = [] include Aws::Structure end |
#finding_ids ⇒ Array<String>
The IDs of the findings that you want to mark as useful or not useful.
8338 8339 8340 8341 8342 8343 8344 8345 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8338 class UpdateFindingsFeedbackRequest < Struct.new( :detector_id, :finding_ids, :feedback, :comments) SENSITIVE = [] include Aws::Structure end |