LicenseManagerUserSubscriptions / Client / tag_resource
tag_resource#
- LicenseManagerUserSubscriptions.Client.tag_resource(**kwargs)#
Adds tags to a resource.
See also: AWS API Documentation
Request Syntax
response = client.tag_resource( ResourceArn='string', Tags={ 'string': 'string' } )
- Parameters:
ResourceArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the resource that you want to tag.
Tags (dict) –
[REQUIRED]
The tags to apply to the specified resource.
(string) –
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions