textract_tag_resource {paws.machine.learning} | R Documentation |
Adds one or more tags to the specified resource
Description
Adds one or more tags to the specified resource.
See https://www.paws-r-sdk.com/docs/textract_tag_resource/ for full documentation.
Usage
textract_tag_resource(ResourceARN, Tags)
Arguments
ResourceARN |
[required] The Amazon Resource Name (ARN) that specifies the resource to be tagged. |
Tags |
[required] A set of tags (key-value pairs) that you want to assign to the resource. |
[Package paws.machine.learning version 0.9.0 Index]