Class: Aws::GuardDuty::Types::DeleteFilterRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_idString

The unique ID of the detector that the filter is associated with.

Returns:

  • (String)


1908
1909
1910
1911
1912
1913
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1908

class DeleteFilterRequest < Struct.new(
  :detector_id,
  :filter_name)
  SENSITIVE = []
  include Aws::Structure
end

#filter_nameString

The name of the filter that you want to delete.

Returns:

  • (String)


1908
1909
1910
1911
1912
1913
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1908

class DeleteFilterRequest < Struct.new(
  :detector_id,
  :filter_name)
  SENSITIVE = []
  include Aws::Structure
end