Skip to content

Update Brand Assignment

quicksight_update_brand_assignment R Documentation

Updates a brand assignment

Description

Updates a brand assignment.

Usage

quicksight_update_brand_assignment(AwsAccountId, BrandArn)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services account that owns the brand assignment.

BrandArn

[required] The Amazon Resource Name (ARN) of the brand.

Value

A list with the following syntax:

list(
  RequestId = "string",
  BrandArn = "string"
)

Request syntax

svc$update_brand_assignment(
  AwsAccountId = "string",
  BrandArn = "string"
)