Chime / Client / list_attendee_tags

list_attendee_tags#

Chime.Client.list_attendee_tags(**kwargs)#

Lists the tags applied to an Amazon Chime SDK attendee resource.

Warning

ListAttendeeTags is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response = client.list_attendee_tags(
    MeetingId='string',
    AttendeeId='string'
)
Parameters:
  • MeetingId (string) –

    [REQUIRED]

    The Amazon Chime SDK meeting ID.

  • AttendeeId (string) –

    [REQUIRED]

    The Amazon Chime SDK attendee ID.

Return type:

dict

Returns:

Response Syntax

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

Response Structure

  • (dict) –

    • Tags (list) –

      A list of tag key-value pairs.

      • (dict) –

        Describes a tag applied to a resource.

        • Key (string) –

          The key of the tag.

        • Value (string) –

          The value of the tag.

Exceptions