Learn R Programming

paws.security.identity (version 0.1.3)

guardduty_delete_ip_set: Deletes the IPSet specified by the IPSet ID

Description

Deletes the IPSet specified by the IPSet ID.

Usage

guardduty_delete_ip_set(DetectorId, IpSetId)

Arguments

DetectorId

[required] The unique ID of the detector the ipSet is associated with.

IpSetId

[required] The unique ID of the ipSet you want to delete.

Request syntax

svc$delete_ip_set(
  DetectorId = "string",
  IpSetId = "string"
)