DeadlineCloud / Client / list_tags_for_resource

list_tags_for_resource#

DeadlineCloud.Client.list_tags_for_resource(**kwargs)#

Lists tags for a resource.

See also: AWS API Documentation

Request Syntax

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

resourceArn (string) –

[REQUIRED]

The resource ARN to list tags for.

Return type:

dict

Returns:

Response Syntax

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

Response Structure

  • (dict) –

    • tags (dict) –

      Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.

      • (string) –

        • (string) –

Exceptions