DataExchange / Client / list_tags_for_resource

list_tags_for_resource#

DataExchange.Client.list_tags_for_resource(**kwargs)#

This operation lists the tags on the resource.

See also: AWS API Documentation

Request Syntax

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

ResourceArn (string) –

[REQUIRED]

An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.

Return type:

dict

Returns:

Response Syntax

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

Response Structure

  • (dict) –

    • Tags (dict) –

      A label that consists of a customer-defined key and an optional value.

      • (string) –

        • (string) –