Describes the alias for a theme.
quicksight_describe_theme_alias(AwsAccountId, ThemeId, AliasName)[required] The ID of the AWS account that contains the theme alias that you're describing.
[required] The ID for the theme.
[required] The name of the theme alias that you want to describe.
A list with the following syntax:
list(
ThemeAlias = list(
Arn = "string",
AliasName = "string",
ThemeVersionNumber = 123
),
Status = 123,
RequestId = "string"
)
svc$describe_theme_alias( AwsAccountId = "string", ThemeId = "string", AliasName = "string" )