apigateway_untag_resource {paws.networking}R Documentation

Removes a tag from a given resource

Description

Removes a tag from a given resource.

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

Usage

apigateway_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

[required] The ARN of a resource that can be tagged.

tagKeys

[required] The Tag keys to delete.


[Package paws.networking version 0.9.0 Index]