proton_update_service_template {paws.compute}R Documentation

Update a service template

Description

Update a service template.

See https://www.paws-r-sdk.com/docs/proton_update_service_template/ for full documentation.

Usage

proton_update_service_template(description = NULL, displayName = NULL, name)

Arguments

description

A description of the service template update.

displayName

The name of the service template to update that's displayed in the developer interface.

name

[required] The name of the service template to update.


[Package paws.compute version 0.9.0 Index]