Updates the name and description of a queue
Source:R/connect_operations.R
connect_update_queue_name.RdUpdates the name and description of a queue. At least Name or Description must be provided.
See https://www.paws-r-sdk.com/docs/connect_update_queue_name/ for full documentation.
Arguments
- InstanceId
[required] The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- QueueId
[required] The identifier for the queue.
- Name
The name of the queue.
- Description
The description of the queue.