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