PcaConnectorAd / Client / list_tags_for_resource

list_tags_for_resource#

PcaConnectorAd.Client.list_tags_for_resource(**kwargs)#

Lists the tags, if any, that are associated with your 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 was returned when you created the resource.

Return type:

dict

Returns:

Response Syntax

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

Response Structure

  • (dict) –

    • Tags (dict) –

      The tags, if any, that are associated with your resource.

      • (string) –

        • (string) –

Exceptions