nimblestudio_list_launch_profiles {paws.end.user.computing} | R Documentation |
List all the launch profiles a studio
Description
List all the launch profiles a studio.
See https://www.paws-r-sdk.com/docs/nimblestudio_list_launch_profiles/ for full documentation.
Usage
nimblestudio_list_launch_profiles(
maxResults = NULL,
nextToken = NULL,
principalId = NULL,
states = NULL,
studioId
)
Arguments
maxResults |
The max number of results to return in the response. |
nextToken |
The token for the next set of results, or null if there are no more results. |
principalId |
The principal ID. This currently supports a IAM Identity Center UserId. |
states |
Filter this request to launch profiles in any of the given states. |
studioId |
[required] The studio ID. |
[Package paws.end.user.computing version 0.7.0 Index]