nimblestudio_delete_launch_profile {paws.end.user.computing} | R Documentation |
Permanently delete a launch profile
Description
Permanently delete a launch profile.
See https://www.paws-r-sdk.com/docs/nimblestudio_delete_launch_profile/ for full documentation.
Usage
nimblestudio_delete_launch_profile(
clientToken = NULL,
launchProfileId,
studioId
)
Arguments
clientToken |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency. |
launchProfileId |
[required] The ID of the launch profile used to control access from the streaming session. |
studioId |
[required] The studio ID. |
[Package paws.end.user.computing version 0.7.0 Index]