List Tags For Resource
rekognition_list_tags_for_resource | R Documentation |
Returns a list of tags in an Amazon Rekognition collection, stream processor, or Custom Labels model¶
Description¶
Returns a list of tags in an Amazon Rekognition collection, stream processor, or Custom Labels model.
This operation requires permissions to perform the
rekognition:ListTagsForResource
action.
Usage¶
rekognition_list_tags_for_resource(ResourceArn)
Arguments¶
ResourceArn |
[required] Amazon Resource Name (ARN) of the model, collection, or stream processor that contains the tags that you want a list of. |
Value¶
A list with the following syntax:
list(
Tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
ResourceArn = "string"
)