proton_update_environment_template {paws.compute} | R Documentation |
Update an environment template
Description
Update an environment template.
See https://www.paws-r-sdk.com/docs/proton_update_environment_template/ for full documentation.
Usage
proton_update_environment_template(
description = NULL,
displayName = NULL,
name
)
Arguments
description |
A description of the environment template update. |
displayName |
The name of the environment template to update as displayed in the developer interface. |
name |
[required] The name of the environment template to update. |
[Package paws.compute version 0.7.0 Index]