ARCRegionswitch / Client / list_tags_for_resource
list_tags_for_resource¶
- ARCRegionswitch.Client.list_tags_for_resource(**kwargs)¶
Lists the tags attached to a Region switch resource.
See also: AWS API Documentation
Request Syntax
response = client.list_tags_for_resource( arn='string' )
- Parameters:
arn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the resource.
- Return type:
dict
- Returns:
Response Syntax
{ 'resourceTags': { 'string': 'string' } }
Response Structure
(dict) –
resourceTags (dict) –
The tags for a resource.
(string) –
(string) –
Exceptions
ARCRegionswitch.Client.exceptions.ResourceNotFoundException
ARCRegionswitch.Client.exceptions.InternalServerException