frauddetector_get_lists_metadata {paws.machine.learning} | R Documentation |
Gets the metadata of either all the lists under the account or the specified list
Description
Gets the metadata of either all the lists under the account or the specified list.
See https://www.paws-r-sdk.com/docs/frauddetector_get_lists_metadata/ for full documentation.
Usage
frauddetector_get_lists_metadata(
name = NULL,
nextToken = NULL,
maxResults = NULL
)
Arguments
name |
The name of the list. |
nextToken |
The next token for the subsequent request. |
maxResults |
The maximum number of objects to return for the request. |
[Package paws.machine.learning version 0.9.0 Index]