View source: R/frauddetector_operations.R
frauddetector_get_rules | R Documentation |
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
)
ruleId |
The rule ID. |
detectorId |
[required] The detector ID. |
ruleVersion |
The rule version. |
nextToken |
The next page token. |
maxResults |
The maximum number of rules to return for the request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.