Class: Aws::GuardDuty::Types::CreateSampleFindingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CreateSampleFindingsRequest
- Includes:
- Structure
- Defined in:
- 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.
1733 1734 1735 1736 1737 1738 |
# File 'lib/aws-sdk-guardduty/types.rb', line 1733 class CreateSampleFindingsRequest < Struct.new( :detector_id, :finding_types) SENSITIVE = [] include Aws::Structure end |
#finding_types ⇒ Array<String>
The types of sample findings to generate.
1733 1734 1735 1736 1737 1738 |
# File 'lib/aws-sdk-guardduty/types.rb', line 1733 class CreateSampleFindingsRequest < Struct.new( :detector_id, :finding_types) SENSITIVE = [] include Aws::Structure end |