Learn R Programming

paws.analytics (version 0.1.9)

quicksight_describe_theme_alias: 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 AWS 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.

Request syntax

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