CodeDeploy / Client / remove_tags_from_on_premises_instances
remove_tags_from_on_premises_instances#
- CodeDeploy.Client.remove_tags_from_on_premises_instances(**kwargs)#
Removes one or more tags from one or more on-premises instances.
See also: AWS API Documentation
Request Syntax
response = client.remove_tags_from_on_premises_instances( tags=[ { 'Key': 'string', 'Value': 'string' }, ], instanceNames=[ 'string', ] )
- Parameters:
tags (list) –
[REQUIRED]
The tag key-value pairs to remove from the on-premises instances.
(dict) –
Information about a tag.
Key (string) –
The tag’s key.
Value (string) –
The tag’s value.
instanceNames (list) –
[REQUIRED]
The names of the on-premises instances from which to remove tags.
(string) –
- Returns:
None
Exceptions