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