bedrock_untag_resource {paws.machine.learning}R Documentation

Remove one or more tags from a resource

Description

Remove one or more tags from a resource. For more information, see Tagging resources in the Amazon Bedrock User Guide.

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

Usage

bedrock_untag_resource(resourceARN, tagKeys)

Arguments

resourceARN

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

tagKeys

[required] Tag keys of the tags to remove from the resource.


[Package paws.machine.learning version 0.9.0 Index]