codecatalyst_stop_dev_environment_session {paws.developer.tools} | R Documentation |
Stops a session for a specified Dev Environment
Description
Stops a session for a specified Dev Environment.
See https://www.paws-r-sdk.com/docs/codecatalyst_stop_dev_environment_session/ for full documentation.
Usage
codecatalyst_stop_dev_environment_session(
spaceName,
projectName,
id,
sessionId
)
Arguments
spaceName |
[required] The name of the space. |
projectName |
[required] The name of the project in the space. |
id |
[required] The system-generated unique ID of the Dev Environment. To obtain this
ID, use |
sessionId |
[required] The system-generated unique ID of the Dev Environment session. This ID
is returned by
|
[Package paws.developer.tools version 0.7.0 Index]