keyspaces_list_keyspaces {paws.database} | R Documentation |
Returns a list of keyspaces
Description
Returns a list of keyspaces.
See https://www.paws-r-sdk.com/docs/keyspaces_list_keyspaces/ for full documentation.
Usage
keyspaces_list_keyspaces(nextToken = NULL, maxResults = NULL)
Arguments
nextToken |
The pagination token. To resume pagination, provide the |
maxResults |
The total number of keyspaces to return in the output. If the total
number of keyspaces available is more than the value specified, a
|
[Package paws.database version 0.6.0 Index]