Lists the namespaces for the specified Amazon Web Services account
Source:R/quicksight_operations.R
quicksight_list_namespaces.RdLists the namespaces for the specified Amazon Web Services account. This operation doesn't list deleted namespaces.
See https://www.paws-r-sdk.com/docs/quicksight_list_namespaces/ for full documentation.
Arguments
- AwsAccountId
[required] The ID for the Amazon Web Services account that contains the Quick Sight namespaces that you want to list.
- NextToken
A unique pagination token that can be used in a subsequent request. You will receive a pagination token in the response body of a previous
ListNameSpacesAPI call if there is more data that can be returned. To receive the data, make anotherlist_namespacesAPI call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make alist_namespacesAPI call with an expired token, you will receive aHTTP 400 InvalidNextTokenExceptionerror.- MaxResults
The maximum number of results to return.