Route53RecoveryReadiness / Client / list_tags_for_resources

list_tags_for_resources#

Route53RecoveryReadiness.Client.list_tags_for_resources(**kwargs)#

Lists the tags for a resource.

See also: AWS API Documentation

Request Syntax

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

ResourceArn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) for a resource.

Return type:

dict

Returns:

Response Syntax

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

Response Structure

  • (dict) –

    200 response - Success.

    • Tags (dict) –

      • (string) –

        • (string) –

Exceptions