IoT1ClickProjects / Client / list_tags_for_resource
list_tags_for_resource#
- IoT1ClickProjects.Client.list_tags_for_resource(**kwargs)#
Lists the tags (metadata key/value pairs) which you have assigned to the resource.
See also: AWS API Documentation
Request Syntax
response = client.list_tags_for_resource( resourceArn='string' )
- Parameters:
resourceArn (string) –
[REQUIRED]
The ARN of the resource whose tags you want to list.
- Return type:
dict
- Returns:
Response Syntax
{ 'tags': { 'string': 'string' } }
Response Structure
(dict) –
tags (dict) –
The tags (metadata key/value pairs) which you have assigned to the resource.
(string) –
(string) –
Exceptions