ChimeSDKMeetings / Client / list_tags_for_resource

list_tags_for_resource#

ChimeSDKMeetings.Client.list_tags_for_resource(**kwargs)#

Returns a list of the tags available for the specified resource.

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': [
        {
            'Key': 'string',
            'Value': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    • Tags (list) –

      The tags requested for the specified resource.

      • (dict) –

        A key-value pair that you define.

        • Key (string) –

          The tag’s key.

        • Value (string) –

          The tag’s value.

Exceptions