ServiceDiscovery / Client / delete_service_attributes
delete_service_attributes¶
- ServiceDiscovery.Client.delete_service_attributes(**kwargs)¶
Deletes specific attributes associated with a service.
See also: AWS API Documentation
Request Syntax
response = client.delete_service_attributes( ServiceId='string', Attributes=[ 'string', ] )
- Parameters:
ServiceId (string) –
[REQUIRED]
The ID or Amazon Resource Name (ARN) of the service from which the attributes will be deleted. For services created in a namespace shared with your Amazon Web Services account, specify the service ARN. For more information about shared namespaces, see Cross-account Cloud Map namespace sharing in the Cloud Map Developer Guide.
Attributes (list) –
[REQUIRED]
A list of keys corresponding to each attribute that you want to delete.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions