Describes a theme.
quicksight_describe_theme(AwsAccountId, ThemeId, VersionNumber,
AliasName)
[required] The ID of the AWS account that contains the theme that you\'re describing.
[required] The ID for the theme.
The version number for the version to describe. If a VersionNumber
parameter value isn\'t provided, the latest version of the theme is
described.
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.
svc$describe_theme( AwsAccountId = "string", ThemeId = "string", VersionNumber = 123, AliasName = "string" )