You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GuardDuty::Types::ArchiveFindingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ArchiveFindingsRequest
- Defined in:
- (unknown)
Overview
Note:
When passing ArchiveFindingsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
detector_id: "DetectorId", # required
finding_ids: ["FindingId"], # required
}
Instance Attribute Summary collapse
-
#detector_id ⇒ String
The ID of the detector that specifies the GuardDuty service whose findings you want to archive.
-
#finding_ids ⇒ Array<String>
The IDs of the findings that you want to archive.
Instance Attribute Details
#detector_id ⇒ String
The ID of the detector that specifies the GuardDuty service whose findings you want to archive.
#finding_ids ⇒ Array<String>
The IDs of the findings that you want to archive.