IoTFleetHub / Client / list_tags_for_resource

list_tags_for_resource#

IoTFleetHub.Client.list_tags_for_resource(**kwargs)#

Lists the tags for the specified resource.

Note

Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

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': {
        'string': 'string'
    }
}

Response Structure

  • (dict) –

    • tags (dict) –

      The list of tags assigned to the resource.

      • (string) –

        • (string) –

Exceptions