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.
connect_update_view_metadata(
InstanceId,
ViewId,
Name = NULL,
Description = NULL
)
[required] The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
[required] The identifier of the view. Both ViewArn
and ViewId
can be used.
The name of the view.
The description of the view.