class Aws::GuardDuty::Types::DeleteFilterRequest

@note When making an API call, you may pass DeleteFilterRequest

data as a hash:

    {
      detector_id: "DetectorId", # required
      filter_name: "String", # required
    }

@!attribute [rw] detector_id

The unique ID of the detector that the filter is associated with.
@return [String]

@!attribute [rw] filter_name

The name of the filter that you want to delete.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/DeleteFilterRequest AWS API Documentation

Constants

SENSITIVE