class Aws::GuardDuty::Types::CreateSampleFindingsRequest

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

data as a hash:

    {
      detector_id: "DetectorId", # required
      finding_types: ["FindingType"],
    }

@!attribute [rw] detector_id

The ID of the detector to create sample findings for.
@return [String]

@!attribute [rw] finding_types

The types of sample findings to generate.
@return [Array<String>]

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

Constants

SENSITIVE