quicksight_describe_theme {paws.analytics}R Documentation

Describes a theme

Description

Describes a theme.

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

Usage

quicksight_describe_theme(
  AwsAccountId,
  ThemeId,
  VersionNumber = NULL,
  AliasName = NULL
)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services 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.


[Package paws.analytics version 0.7.0 Index]