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.
1591 1592 1593 1594 1595 1596 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1591 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.
1591 1592 1593 1594 1595 1596 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1591 class DeleteFilterRequest < Struct.new( :detector_id, :filter_name) SENSITIVE = [] include Aws::Structure end |