SnowDeviceManagement / Client / list_tags_for_resource

list_tags_for_resource#

SnowDeviceManagement.Client.list_tags_for_resource(**kwargs)#

Returns a list of tags for a managed device or task.

See also: AWS API Documentation

Request Syntax

response = client.list_tags_for_resource(
    resourceArn='string'
)
Parameters:

resourceArn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) of the device or task.

Return type:

dict

Returns:

Response Syntax

{
    'tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) –

    • tags (dict) –

      The list of tags for the device or task.

      • (string) –

        • (string) –

Exceptions