Update Brand Published Version
quicksight_update_brand_published_version | R Documentation |
Updates the published version of a brand¶
Description¶
Updates the published version of a brand.
Usage¶
quicksight_update_brand_published_version(AwsAccountId, BrandId,
VersionId)
Arguments¶
AwsAccountId |
[required] The ID of the Amazon Web Services account that owns the brand. |
BrandId |
[required] The ID of the Amazon QuickSight brand. |
VersionId |
[required] The ID of the published version. |
Value¶
A list with the following syntax:
list(
RequestId = "string",
VersionId = "string"
)
Request syntax¶
svc$update_brand_published_version(
AwsAccountId = "string",
BrandId = "string",
VersionId = "string"
)