Skip to content

Describe Theme Alias

quicksight_describe_theme_alias R Documentation

Describes the alias for a theme

Description

Describes the alias for a theme.

Usage

quicksight_describe_theme_alias(AwsAccountId, ThemeId, AliasName)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services account that contains the theme alias that you're describing.

ThemeId

[required] The ID for the theme.

AliasName

[required] The name of the theme alias that you want to describe.

Value

A list with the following syntax:

list(
  ThemeAlias = list(
    Arn = "string",
    AliasName = "string",
    ThemeVersionNumber = 123
  ),
  Status = 123,
  RequestId = "string"
)

Request syntax

svc$describe_theme_alias(
  AwsAccountId = "string",
  ThemeId = "string",
  AliasName = "string"
)