Updates the metadata of a workspace, such as its name and description
Source:R/connect_operations.R
connect_update_workspace_metadata.RdUpdates the metadata of a workspace, such as its name and description.
See https://www.paws-r-sdk.com/docs/connect_update_workspace_metadata/ for full documentation.
Usage
connect_update_workspace_metadata(
InstanceId,
WorkspaceId,
Name = NULL,
Description = NULL,
Title = NULL
)Arguments
- InstanceId
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- WorkspaceId
[required] The identifier of the workspace.
- Name
The name of the workspace.
- Description
The description of the workspace.
- Title
The title displayed for the workspace.