class Aws::GuardDuty::Types::UnarchiveFindingsRequest

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

data as a hash:

    {
      detector_id: "DetectorId", # required
      finding_ids: ["FindingId"], # required
    }

@!attribute [rw] detector_id

The ID of the detector associated with the findings to unarchive.
@return [String]

@!attribute [rw] finding_ids

The IDs of the findings to unarchive.
@return [Array<String>]

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

Constants

SENSITIVE