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 to create sample findings for.
-
#finding_types ⇒ Array<String>
The types of sample findings to generate.
Instance Attribute Details
#detector_id ⇒ String
The ID of the detector to create sample findings for.
1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1707 class CreateSampleFindingsRequest < Struct.new( :detector_id, :finding_types) SENSITIVE = [] include Aws::Structure end |
#finding_types ⇒ Array<String>
The types of sample findings to generate.
1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1707 class CreateSampleFindingsRequest < Struct.new( :detector_id, :finding_types) SENSITIVE = [] include Aws::Structure end |