View source: R/frauddetector_operations.R
frauddetector_get_variables | R Documentation |
Gets all of the variables or the specific variable. This is a paginated API. Providing null maxSizePerPage
results in retrieving maximum of 100 records per page. If you provide maxSizePerPage
the value must be between 50 and 100. To get the next page result, a provide a pagination token from GetVariablesResult
as part of your request. Null pagination token fetches the records from the beginning.
See https://www.paws-r-sdk.com/docs/frauddetector_get_variables/ for full documentation.
frauddetector_get_variables(name = NULL, nextToken = NULL, maxResults = NULL)
name |
The name of the variable. |
nextToken |
The next page token of the get variable request. |
maxResults |
The max size per page determined for the get variable request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.