Learn R Programming

paws.analytics (version 0.1.9)

quicksight_describe_theme: Describes a theme

Description

Describes a theme.

Usage

quicksight_describe_theme(AwsAccountId, ThemeId, VersionNumber,
  AliasName)

Arguments

AwsAccountId

[required] The ID of the AWS account that contains the theme that you\'re describing.

ThemeId

[required] The ID for the theme.

VersionNumber

The version number for the version to describe. If a VersionNumber parameter value isn\'t provided, the latest version of the theme is described.

AliasName

The alias of the theme that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the theme by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn\'t apply to themes.

Request syntax

svc$describe_theme(
  AwsAccountId = "string",
  ThemeId = "string",
  VersionNumber = 123,
  AliasName = "string"
)