Describe Brand Assignment
quicksight_describe_brand_assignment | R Documentation |
Describes a brand assignment¶
Description¶
Describes a brand assignment.
Usage¶
quicksight_describe_brand_assignment(AwsAccountId)
Arguments¶
AwsAccountId |
[required] The ID of the Amazon Web Services account that owns the brand assignment. |
Value¶
A list with the following syntax:
list(
RequestId = "string",
BrandArn = "string"
)
Request syntax¶
svc$describe_brand_assignment(
AwsAccountId = "string"
)