SageMakergeospatialcapabilities / Client / list_tags_for_resource

list_tags_for_resource#

SageMakergeospatialcapabilities.Client.list_tags_for_resource(**kwargs)#

Lists the tags attached to the 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) of the resource you want to tag.

Return type:

dict

Returns:

Response Syntax

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

Response Structure

  • (dict) –

    • Tags (dict) –

      Each tag consists of a key and a value.

      • (string) –

        • (string) –

Exceptions