nimblestudio_update_studio {paws.end.user.computing} | R Documentation |
Update a Studio resource
Description
Update a Studio resource.
See https://www.paws-r-sdk.com/docs/nimblestudio_update_studio/ for full documentation.
Usage
nimblestudio_update_studio(
adminRoleArn = NULL,
clientToken = NULL,
displayName = NULL,
studioId,
userRoleArn = NULL
)
Arguments
adminRoleArn |
The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal. |
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. |
displayName |
A friendly name for the studio. |
studioId |
[required] The studio ID. |
userRoleArn |
The IAM role that Studio Users will assume when logging in to the Nimble Studio portal. |
[Package paws.end.user.computing version 0.7.0 Index]