View source: R/sqs_operations.R
sqs_untag_queue | R Documentation |
Remove cost allocation tags from the specified Amazon SQS queue. For an overview, see Tagging Your Amazon SQS Queues in the Amazon SQS Developer Guide.
See https://www.paws-r-sdk.com/docs/sqs_untag_queue/ for full documentation.
sqs_untag_queue(QueueUrl, TagKeys)
QueueUrl |
[required] The URL of the queue. |
TagKeys |
[required] The list of tags to be removed from the specified queue. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.