servicecatalog_update_service_action {paws.management} | R Documentation |
Updates a self-service action
Description
Updates a self-service action.
See https://www.paws-r-sdk.com/docs/servicecatalog_update_service_action/ for full documentation.
Usage
servicecatalog_update_service_action(
Id,
Name = NULL,
Definition = NULL,
Description = NULL,
AcceptLanguage = NULL
)
Arguments
Id |
[required] The self-service action identifier. |
Name |
The self-service action name. |
Definition |
A map that defines the self-service action. |
Description |
The self-service action description. |
AcceptLanguage |
The language code.
|
[Package paws.management version 0.9.0 Index]