AppRegistry / Client / list_tags_for_resource

list_tags_for_resource#

AppRegistry.Client.list_tags_for_resource(**kwargs)#

Lists all of the tags on the resource.

See also: AWS API Documentation

Request Syntax

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

resourceArn (string) –

[REQUIRED]

The Amazon resource name (ARN) that specifies the resource.

Return type:

dict

Returns:

Response Syntax

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

Response Structure

  • (dict) –

    • tags (dict) –

      The tags on the resource.

      • (string) –

        • (string) –

Exceptions