View source: R/sns_operations.R
sns_untag_resource | R Documentation |
Remove tags from the specified Amazon SNS topic. For an overview, see Amazon SNS Tags in the Amazon SNS Developer Guide.
See https://www.paws-r-sdk.com/docs/sns_untag_resource/ for full documentation.
sns_untag_resource(ResourceArn, TagKeys)
ResourceArn |
[required] The ARN of the topic from which to remove tags. |
TagKeys |
[required] The list of tag keys to remove from the specified topic. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.