networkmanager_untag_resource {paws.networking}R Documentation

Removes tags from a specified resource

Description

Removes tags from a specified resource.

See https://www.paws-r-sdk.com/docs/networkmanager_untag_resource/ for full documentation.

Usage

networkmanager_untag_resource(ResourceArn, TagKeys)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource.

TagKeys

[required] The tag keys to remove from the specified resource.


[Package paws.networking version 0.7.0 Index]