Learn R Programming

paws.security.identity (version 0.1.8)

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"
)