class Aws::GuardDuty::Types::GetFindingsRequest

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

data as a hash:

    {
      detector_id: "DetectorId", # required
      finding_ids: ["FindingId"], # required
      sort_criteria: {
        attribute_name: "String",
        order_by: "ASC", # accepts ASC, DESC
      },
    }

@!attribute [rw] detector_id

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

@!attribute [rw] finding_ids

The IDs of the findings that you want to retrieve.
@return [Array<String>]

@!attribute [rw] sort_criteria

Represents the criteria used for sorting findings.
@return [Types::SortCriteria]

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

Constants

SENSITIVE