Learn R Programming

paws.analytics (version 0.1.9)

quicksight_list_themes: Lists all the themes in the current AWS account

Description

Lists all the themes in the current AWS account.

Usage

quicksight_list_themes(AwsAccountId, NextToken, MaxResults, Type)

Arguments

AwsAccountId

[required] The ID of the AWS 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 QuickSight.

Request syntax

svc$list_themes(
  AwsAccountId = "string",
  NextToken = "string",
  MaxResults = 123,
  Type = "QUICKSIGHT"|"CUSTOM"|"ALL"
)