Textract / Client / list_tags_for_resource

list_tags_for_resource#

Textract.Client.list_tags_for_resource(**kwargs)#

Lists all tags for an Amazon Textract 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 to list tags for.

Return type:

dict

Returns:

Response Syntax

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

Response Structure

  • (dict) –

    • Tags (dict) –

      A set of tags (key-value pairs) that are part of the requested resource.

      • (string) –

        • (string) –

Exceptions