Lists the databases in the specified data catalog.
See https://www.paws-r-sdk.com/docs/athena_list_databases/ for full documentation.
athena_list_databases(CatalogName, NextToken = NULL, MaxResults = NULL)
[required] The name of the data catalog that contains the databases to return.
A token generated by the Athena service that specifies where to continue
pagination if a previous request was truncated. To obtain the next set
of pages, pass in the NextToken
from the response object of the
previous page call.
Specifies the maximum number of results to return.