servicediscovery_delete_service_attributes {paws.networking} | R Documentation |
Deletes specific attributes associated with a service
Description
Deletes specific attributes associated with a service.
See https://www.paws-r-sdk.com/docs/servicediscovery_delete_service_attributes/ for full documentation.
Usage
servicediscovery_delete_service_attributes(ServiceId, Attributes)
Arguments
ServiceId |
[required] The ID of the service from which the attributes will be deleted. |
Attributes |
[required] A list of keys corresponding to each attribute that you want to delete. |
[Package paws.networking version 0.9.0 Index]