billing_untag_resource {paws.cost.management}R Documentation

Removes one or more tags from a resource

Description

Removes one or more tags from a resource. Specify only tag keys in your request. Don't specify the value.

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

Usage

billing_untag_resource(resourceArn, resourceTagKeys)

Arguments

resourceArn

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

resourceTagKeys

[required] A list of tag key value pairs that are associated with the resource.


[Package paws.cost.management version 0.9.0 Index]