startWorkspaces
inline suspend fun WorkSpacesClient.startWorkspaces(crossinline block: StartWorkspacesRequest.Builder.() -> Unit): StartWorkspacesResponse
Starts the specified WorkSpaces.
You cannot start a WorkSpace unless it has a running mode of AutoStop
and a state of STOPPED
.