Class: Aws::GuardDuty::Types::ArchiveFindingsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_idString

The ID of the detector that specifies the GuardDuty service whose findings you want to archive.

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

Returns:

  • (String)


604
605
606
607
608
609
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 604

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

#finding_idsArray<String>

The IDs of the findings that you want to archive.

Returns:

  • (Array<String>)


604
605
606
607
608
609
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 604

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