connect_update_view_metadata {paws.customer.engagement} | R Documentation |
Updates the view metadata
Description
Updates the view metadata. Note that either Name
or Description
must be provided.
See https://www.paws-r-sdk.com/docs/connect_update_view_metadata/ for full documentation.
Usage
connect_update_view_metadata(
InstanceId,
ViewId,
Name = NULL,
Description = NULL
)
Arguments
InstanceId |
[required] The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance. |
ViewId |
[required] The identifier of the view. Both |
Name |
The name of the view. |
Description |
The description of the view. |
[Package paws.customer.engagement version 0.9.0 Index]