Get Tags
| glue_get_tags | R Documentation | 
Retrieves a list of tags associated with a resource¶
Description¶
Retrieves a list of tags associated with a resource.
Usage¶
glue_get_tags(ResourceArn)
Arguments¶
ResourceArn | 
[required] The Amazon Resource Name (ARN) of the resource for which to retrieve tags.  | 
Value¶
A list with the following syntax:
list(
  Tags = list(
    "string"
  )
)
Request syntax¶
svc$get_tags(
  ResourceArn = "string"
)