class Aws::GuardDuty::Types::GetFindingsStatisticsRequest

@note When making an API call, you may pass GetFindingsStatisticsRequest

data as a 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,
          },
        },
      },
    }

@!attribute [rw] detector_id

The ID of the detector that specifies the GuardDuty service whose
findings' statistics you want to retrieve.
@return [String]

@!attribute [rw] finding_statistic_types

The types of finding statistics to retrieve.
@return [Array<String>]

@!attribute [rw] finding_criteria

Represents the criteria that is used for querying findings.
@return [Types::FindingCriteria]

@see docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/GetFindingsStatisticsRequest AWS API Documentation

Constants

SENSITIVE