quicksight_list_themes: Lists all the themes in the current Amazon Web Services...

View source: R/quicksight_operations.R

quicksight_list_themesR Documentation

Lists all the themes in the current Amazon Web Services account

Description

Lists all the themes in the current Amazon Web Services account.

See https://www.paws-r-sdk.com/docs/quicksight_list_themes/ for full documentation.

Usage

quicksight_list_themes(
  AwsAccountId,
  NextToken = NULL,
  MaxResults = NULL,
  Type = NULL
)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services account that contains the themes that you're listing.

NextToken

The token for the next set of results, or null if there are no more results.

MaxResults

The maximum number of results to be returned per request.

Type

The type of themes that you want to list. Valid options include the following:

  • ALL (default)- Display all existing themes.

  • CUSTOM - Display only the themes created by people using Amazon QuickSight.

  • QUICKSIGHT - Display only the starting themes defined by Amazon QuickSight.


paws.analytics documentation built on Sept. 12, 2024, 6:40 a.m.