IoTFleetWise / Client / list_tags_for_resource
list_tags_for_resource#
- IoTFleetWise.Client.list_tags_for_resource(**kwargs)#
Lists the tags (metadata) 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.
- Return type:
dict
- Returns:
Response Syntax
{ 'Tags': [ { 'Key': 'string', 'Value': 'string' }, ] }
Response Structure
(dict) –
Tags (list) –
The list of tags assigned to the resource.
(dict) –
A set of key/value pairs that are used to manage the resource.
Key (string) –
The tag’s key.
Value (string) –
The tag’s value.
Exceptions