Learn R Programming

paws.analytics (version 0.7.0)

quicksight_list_namespaces: Lists the namespaces for the specified Amazon Web Services account

Description

Lists 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.

Usage

quicksight_list_namespaces(AwsAccountId, NextToken = NULL, MaxResults = NULL)

Arguments

AwsAccountId

[required] The ID for the Amazon Web Services account that contains the Amazon QuickSight 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 ListNameSpaces API call if there is more data that can be returned. To receive the data, make another list_namespaces API call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a list_namespaces API call with an expired token, you will receive a HTTP 400 InvalidNextTokenException error.

MaxResults

The maximum number of results to return.