MQ / Client / list_tags

list_tags#

MQ.Client.list_tags(**kwargs)#

Lists tags for a resource.

See also: AWS API Documentation

Request Syntax

response = client.list_tags(
    ResourceArn='string'
)
Parameters:

ResourceArn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) of the resource tag.

Return type:

dict

Returns:

Response Syntax

{
    'Tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) –

    HTTP Status Code 200: OK.

    • Tags (dict) –

      The key-value pair for the resource tag.

      • (string) –

        • (string) –

Exceptions