You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GuardDuty::Types::GetFindingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetFindingsRequest
- Defined in:
- (unknown)
Overview
Note:
When passing GetFindingsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
detector_id: "DetectorId", # required
finding_ids: ["FindingId"], # required
sort_criteria: {
attribute_name: "String",
order_by: "ASC", # accepts ASC, DESC
},
}
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.
#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.