Class: Aws::GuardDuty::Types::GetFindingsRequest

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 retrieve.

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

Returns:

  • (String)


4015
4016
4017
4018
4019
4020
4021
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4015

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

#finding_idsArray<String>

The IDs of the findings that you want to retrieve.

Returns:

  • (Array<String>)


4015
4016
4017
4018
4019
4020
4021
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4015

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

#sort_criteriaTypes::SortCriteria

Represents the criteria used for sorting findings.

Returns:



4015
4016
4017
4018
4019
4020
4021
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4015

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