list_ip_sets(**kwargs)¶Lists the IPSets of the GuardDuty service specified by the detector ID. If you use this operation from a member account, the IPSets returned are the IPSets from the associated administrator account.
See also: AWS API Documentation
Request Syntax
response = client.list_ip_sets(
    DetectorId='string',
    MaxResults=123,
    NextToken='string'
)
[REQUIRED]
The unique ID of the detector that the IPSet is associated with.
dict
Response Syntax
{
    'IpSetIds': [
        'string',
    ],
    'NextToken': 'string'
}
Response Structure
(dict) --
IpSetIds (list) --
The IDs of the IPSet resources.
NextToken (string) --
The pagination parameter to be used on the next list operation to retrieve more items.
Exceptions
GuardDuty.Client.exceptions.BadRequestExceptionGuardDuty.Client.exceptions.InternalServerErrorException