ChimeSDKVoice / Client / list_tags_for_resource

list_tags_for_resource#

ChimeSDKVoice.Client.list_tags_for_resource(**kwargs)#

Returns a list of the tags in a given resource.

See also: AWS API Documentation

Request Syntax

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

ResourceARN (string) –

[REQUIRED]

The resource ARN.

Return type:

dict

Returns:

Response Syntax

{
    'Tags': [
        {
            'Key': 'string',
            'Value': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    • Tags (list) –

      The tags in the list.

      • (dict) –

        Describes a tag applied to a resource.

        • Key (string) –

          The tag’s key.

        • Value (string) –

          The tag’s value.

Exceptions