class Aws::GuardDuty::Types::DeleteIPSetRequest

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

data as a hash:

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

@!attribute [rw] detector_id

The unique ID of the detector associated with the IPSet.
@return [String]

@!attribute [rw] ip_set_id

The unique ID of the IPSet to delete.
@return [String]

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

Constants

SENSITIVE