Skip to content

List Tags For Resource

textract_list_tags_for_resource R Documentation

Lists all tags for an Amazon Textract resource

Description

Lists all tags for an Amazon Textract resource.

Usage

textract_list_tags_for_resource(ResourceARN)

Arguments

ResourceARN

[required] The Amazon Resource Name (ARN) that specifies the resource to list tags for.

Value

A list with the following syntax:

list(
  Tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  ResourceARN = "string"
)