Class: Aws::GuardDuty::Types::CreateSampleFindingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CreateSampleFindingsRequest
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detector_id ⇒ String
The ID of the detector for which you need to create sample findings.
-
#finding_types ⇒ Array<String>
The types of sample findings to generate.
Instance Attribute Details
#detector_id ⇒ String
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.
3215 3216 3217 3218 3219 3220 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3215 class CreateSampleFindingsRequest < Struct.new( :detector_id, :finding_types) SENSITIVE = [] include Aws::Structure end |
#finding_types ⇒ Array<String>
The types of sample findings to generate.
3215 3216 3217 3218 3219 3220 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3215 class CreateSampleFindingsRequest < Struct.new( :detector_id, :finding_types) SENSITIVE = [] include Aws::Structure end |