EntityResolution / Client / list_tags_for_resource
list_tags_for_resource#
- EntityResolution.Client.list_tags_for_resource(**kwargs)#
Displays the tags associated with an Entity Resolution resource. In Entity Resolution,
SchemaMapping
, andMatchingWorkflow
can be tagged.See also: AWS API Documentation
Request Syntax
response = client.list_tags_for_resource( resourceArn='string' )
- Parameters:
resourceArn (string) –
[REQUIRED]
The ARN of the resource for which you want to view tags.
- Return type:
dict
- Returns:
Response Syntax
{ 'tags': { 'string': 'string' } }
Response Structure
(dict) –
tags (dict) –
The tags used to organize, track, or control access for this resource.
(string) –
(string) –
Exceptions