Learn R Programming

paws.analytics (version 0.7.0)

quicksight_describe_template_definition: Provides a detailed description of the definition of a template

Description

Provides a detailed description of the definition of a template.

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

Usage

quicksight_describe_template_definition(
  AwsAccountId,
  TemplateId,
  VersionNumber = NULL,
  AliasName = NULL
)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services account that contains the template. You must be using the Amazon Web Services account that the template is in.

TemplateId

[required] The ID of the template that you're describing.

VersionNumber

The version number of the template.

AliasName

The alias of the template 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 template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.