Learn R Programming

paws.analytics (version 0.1.9)

quicksight_describe_theme_permissions: Describes the read and write permissions for a theme

Description

Describes the read and write permissions for a theme.

Usage

quicksight_describe_theme_permissions(AwsAccountId, ThemeId)

Arguments

AwsAccountId

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

ThemeId

[required] The ID for the theme that you want to describe permissions for.

Request syntax

svc$describe_theme_permissions(
  AwsAccountId = "string",
  ThemeId = "string"
)