Class: Aws::GuardDuty::Types::GetFindingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetFindingsRequest
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detector_id ⇒ String
The ID of the detector that specifies the GuardDuty service whose findings you want to retrieve.
-
#finding_ids ⇒ Array<String>
The IDs of the findings that you want to retrieve.
-
#sort_criteria ⇒ Types::SortCriteria
Represents the criteria used for sorting findings.
Instance Attribute Details
#detector_id ⇒ String
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.
5745 5746 5747 5748 5749 5750 5751 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5745 class GetFindingsRequest < Struct.new( :detector_id, :finding_ids, :sort_criteria) SENSITIVE = [] include Aws::Structure end |
#finding_ids ⇒ Array<String>
The IDs of the findings that you want to retrieve.
5745 5746 5747 5748 5749 5750 5751 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5745 class GetFindingsRequest < Struct.new( :detector_id, :finding_ids, :sort_criteria) SENSITIVE = [] include Aws::Structure end |
#sort_criteria ⇒ Types::SortCriteria
Represents the criteria used for sorting findings.
5745 5746 5747 5748 5749 5750 5751 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5745 class GetFindingsRequest < Struct.new( :detector_id, :finding_ids, :sort_criteria) SENSITIVE = [] include Aws::Structure end |