Get Lists Metadata
frauddetector_get_lists_metadata | 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.
Usage¶
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.
Value¶
A list with the following syntax:
list(
lists = list(
list(
name = "string",
description = "string",
variableType = "string",
createdTime = "string",
updatedTime = "string",
arn = "string"
)
),
nextToken = "string"
)