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
show all
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

Instance Attribute Details

#detector_idString

The ID of the detector that specifies the GuardDuty service whose findings you want to retrieve.

Returns:

  • (String)

    The ID of the detector that specifies the GuardDuty service whose findings you want to retrieve.

#finding_idsArray<String>

The IDs of the findings that you want to retrieve.

Returns:

  • (Array<String>)

    The IDs of the findings that you want to retrieve.

#sort_criteriaTypes::SortCriteria

Represents the criteria used for sorting findings.

Returns: