Learn R Programming

paws.analytics (version 0.1.6)

quicksight_describe_template: Describes a template's metadata

Description

Describes a template\'s metadata.

Usage

quicksight_describe_template(AwsAccountId, TemplateId, VersionNumber,
  AliasName)

Arguments

AwsAccountId

[required] The ID of the AWS account that contains the template that you\'re describing.

TemplateId

[required] The ID for the template.

VersionNumber

(Optional) The number for the version to describe. If a VersionNumber parameter value isn\'t provided, the latest version of the template is described.

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.

Request syntax

svc$describe_template(
  AwsAccountId = "string",
  TemplateId = "string",
  VersionNumber = 123,
  AliasName = "string"
)