List Tags For Resource
lexmodelbuildingservice_list_tags_for_resource | R Documentation |
Gets a list of tags associated with the specified resource¶
Description¶
Gets a list of tags associated with the specified resource. Only bots, bot aliases, and bot channels can have tags associated with them.
Usage¶
lexmodelbuildingservice_list_tags_for_resource(resourceArn)
Arguments¶
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource 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"
)