braket_untag_resource {paws.compute}R Documentation

Remove tags from a resource

Description

Remove tags from a resource.

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

Usage

braket_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

[required] Specify the resourceArn for the resource from which to remove the tags.

tagKeys

[required] Specify the keys for the tags to remove from the resource.


[Package paws.compute version 0.9.0 Index]