List Tags For Resource
lookoutequipment_list_tags_for_resource | R Documentation |
Lists all the tags for a specified resource, including key and value¶
Description¶
Lists all the tags for a specified resource, including key and value.
Usage¶
lookoutequipment_list_tags_for_resource(ResourceArn)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource (such
as the dataset or model) that is the focus of the
|
Value¶
A list with the following syntax:
list(
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
Request syntax¶
svc$list_tags_for_resource(
ResourceArn = "string"
)