You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GuardDuty::Types::GetFindingsStatisticsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetFindingsStatisticsRequest
- Defined in:
- (unknown)
Overview
Note:
When passing GetFindingsStatisticsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
detector_id: "DetectorId", # required
finding_statistic_types: ["COUNT_BY_SEVERITY"], # required, accepts COUNT_BY_SEVERITY
finding_criteria: {
criterion: {
"String" => {
eq: ["String"],
neq: ["String"],
gt: 1,
gte: 1,
lt: 1,
lte: 1,
equals: ["String"],
not_equals: ["String"],
greater_than: 1,
greater_than_or_equal: 1,
less_than: 1,
less_than_or_equal: 1,
},
},
},
}
Instance Attribute Summary collapse
-
#detector_id ⇒ String
The ID of the detector that specifies the GuardDuty service whose findings\' statistics you want to retrieve.
-
#finding_criteria ⇒ Types::FindingCriteria
Represents the criteria that is used for querying findings.
-
#finding_statistic_types ⇒ Array<String>
The types of finding statistics to retrieve.
Instance Attribute Details
#detector_id ⇒ String
The ID of the detector that specifies the GuardDuty service whose findings\' statistics you want to retrieve.
#finding_criteria ⇒ Types::FindingCriteria
Represents the criteria that is used for querying findings.
#finding_statistic_types ⇒ Array<String>
The types of finding statistics to retrieve.