guardduty_get_ip_set: Retrieves the IPSet specified by the IPSet ID
Description
Retrieves the IPSet specified by the IPSet ID.
Usage
guardduty_get_ip_set(DetectorId, IpSetId)
Arguments
DetectorId
[required] The detectorID that specifies the GuardDuty service whose IPSet you want to retrieve.
IpSetId
[required] The unique ID that specifies the IPSet that you want to describe.
Request syntax
svc$get_ip_set(
DetectorId = "string",
IpSetId = "string"
)