rePostPrivate / Client / list_tags_for_resource

list_tags_for_resource#

rePostPrivate.Client.list_tags_for_resource(**kwargs)#

Returns the tags that are associated with the AWS re:Post Private resource specified by the resourceArn. The only resource that can be tagged is a private re:Post.

See also: AWS API Documentation

Request Syntax

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

resourceArn (string) –

[REQUIRED]

The ARN of the resource that the tags are associated with.

Return type:

dict

Returns:

Response Syntax

{
    'tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) –

    • tags (dict) –

      The list of tags that are associated with the resource.

      • (string) –

        • (string) –

Exceptions