Describes read and write permissions on a template.
quicksight_describe_template_permissions(AwsAccountId, TemplateId)
[required] The ID of the AWS account that contains the template that you're describing.
[required] The ID for the template.
A list with the following syntax:
list( TemplateId = "string", TemplateArn = "string", Permissions = list( list( Principal = "string", Actions = list( "string" ) ) ), RequestId = "string", Status = 123 )
svc$describe_template_permissions( AwsAccountId = "string", TemplateId = "string" )