paws.security.identity (version 0.1.0)

guardduty_list_filters: Returns a paginated list of the current filters

Description

Returns a paginated list of the current filters.

Usage

guardduty_list_filters(DetectorId, MaxResults, NextToken)

Arguments

DetectorId

[required] The ID of the detector that specifies the GuardDuty service where you want to list filters.

MaxResults

Indicates the maximum number of items that you want in the response. The maximum value is 50.

NextToken

Paginates results. Set the value of this parameter to NULL on your first call to the ListFilters operation.For subsequent calls to the operation, fill nextToken in the request with the value of nextToken from the previous response to continue listing data.

Request syntax

svc$list_filters(
  DetectorId = "string",
  MaxResults = 123,
  NextToken = "string"
)