Class: Aws::GuardDuty::Types::UpdateFindingsFeedbackRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:comments]

Instance Attribute Summary collapse

Instance Attribute Details

#commentsString

Additional feedback about the GuardDuty findings.

Returns:

  • (String)


13740
13741
13742
13743
13744
13745
13746
13747
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 13740

class UpdateFindingsFeedbackRequest < Struct.new(
  :detector_id,
  :finding_ids,
  :feedback,
  :comments)
  SENSITIVE = [:comments]
  include Aws::Structure
end

#detector_idString

The ID of the detector that is associated with the findings for which you want to update the feedback.

To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.

Returns:

  • (String)


13740
13741
13742
13743
13744
13745
13746
13747
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 13740

class UpdateFindingsFeedbackRequest < Struct.new(
  :detector_id,
  :finding_ids,
  :feedback,
  :comments)
  SENSITIVE = [:comments]
  include Aws::Structure
end

#feedbackString

The feedback for the finding.

Returns:

  • (String)


13740
13741
13742
13743
13744
13745
13746
13747
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 13740

class UpdateFindingsFeedbackRequest < Struct.new(
  :detector_id,
  :finding_ids,
  :feedback,
  :comments)
  SENSITIVE = [:comments]
  include Aws::Structure
end

#finding_idsArray<String>

The IDs of the findings that you want to mark as useful or not useful.

Returns:

  • (Array<String>)


13740
13741
13742
13743
13744
13745
13746
13747
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 13740

class UpdateFindingsFeedbackRequest < Struct.new(
  :detector_id,
  :finding_ids,
  :feedback,
  :comments)
  SENSITIVE = [:comments]
  include Aws::Structure
end