Class: Aws::GuardDuty::Types::DeleteFilterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DeleteFilterRequest
- 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 unique ID of the detector that the filter is associated with.
-
#filter_name ⇒ String
The name of the filter that you want to delete.
Instance Attribute Details
#detector_id ⇒ String
The unique ID of the detector that the filter is associated with.
1912 1913 1914 1915 1916 1917 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1912 class DeleteFilterRequest < Struct.new( :detector_id, :filter_name) SENSITIVE = [] include Aws::Structure end |
#filter_name ⇒ String
The name of the filter that you want to delete.
1912 1913 1914 1915 1916 1917 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1912 class DeleteFilterRequest < Struct.new( :detector_id, :filter_name) SENSITIVE = [] include Aws::Structure end |