guardduty_get_ip_set: Retrieves the IPSet specified by the ipSetId
Description
Retrieves the IPSet specified by the ipSetId.
Usage
guardduty_get_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 to retrieve.
Request syntax
svc$get_ip_set(
  DetectorId = "string",
  IpSetId = "string"
)