Get all rules for a detector (paginated) if ruleId
and ruleVersion
are not specified. Gets all rules for the detector and the ruleId
if present (paginated). Gets a specific rule if both the ruleId
and the ruleVersion
are specified.
See https://www.paws-r-sdk.com/docs/frauddetector_get_rules/ for full documentation.
frauddetector_get_rules(
ruleId = NULL,
detectorId,
ruleVersion = NULL,
nextToken = NULL,
maxResults = NULL
)
The rule ID.
[required] The detector ID.
The rule version.
The next page token.
The maximum number of rules to return for the request.