keyspaces_list_keyspaces: Returns a list of keyspaces

View source: R/keyspaces_operations.R

keyspaces_list_keyspacesR 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 NextToken value as argument of a subsequent API invocation.

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 NextToken is provided in the output. To resume pagination, provide the NextToken value as an argument of a subsequent API invocation.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.