List Tags For Resource
forecastservice_list_tags_for_resource | R Documentation |
Lists the tags for an Amazon Forecast resource¶
Description¶
Lists the tags for an Amazon Forecast resource.
Usage¶
forecastservice_list_tags_for_resource(ResourceArn)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. |
Value¶
A list with the following syntax:
list(
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
Request syntax¶
svc$list_tags_for_resource(
ResourceArn = "string"
)