Class: Aws::GuardDuty::Types::CreateSampleFindingsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_idString

The ID of the detector for which you need to create sample findings.

To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.

Returns:

  • (String)


1872
1873
1874
1875
1876
1877
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1872

class CreateSampleFindingsRequest < Struct.new(
  :detector_id,
  :finding_types)
  SENSITIVE = []
  include Aws::Structure
end

#finding_typesArray<String>

The types of sample findings to generate.

Returns:

  • (Array<String>)


1872
1873
1874
1875
1876
1877
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1872

class CreateSampleFindingsRequest < Struct.new(
  :detector_id,
  :finding_types)
  SENSITIVE = []
  include Aws::Structure
end