Learn R Programming

paws.analytics (version 0.1.7)

quicksight_describe_template_permissions: Describes read and write permissions on a template

Description

Describes read and write permissions on a template.

Usage

quicksight_describe_template_permissions(AwsAccountId, TemplateId)

Arguments

AwsAccountId

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

TemplateId

[required] The ID for the template.

Request syntax

svc$describe_template_permissions(
  AwsAccountId = "string",
  TemplateId = "string"
)