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

Instance Attribute Details

#detector_idString

The ID of the detector to create sample findings for.

Returns:

  • (String)

    The ID of the detector to create sample findings for.

#finding_typesArray<String>

The types of sample findings to generate.

Returns:

  • (Array<String>)

    The types of sample findings to generate.