List Tags For Resource
| kendraranking_list_tags_for_resource | R Documentation |
Gets a list of tags associated with a specified resource¶
Description¶
Gets a list of tags associated with a specified resource. A rescore execution plan is an example of a resource that can have tags associated with it.
Usage¶
kendraranking_list_tags_for_resource(ResourceARN)
Arguments¶
ResourceARN |
[required] The Amazon Resource Name (ARN) of the rescore execution plan to get a list of tags for. |
Value¶
A list with the following syntax:
list(
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
Request syntax¶
svc$list_tags_for_resource(
ResourceARN = "string"
)