/AWS1/CL_NIM=>UPDATESTUDIO()
¶
About UpdateStudio¶
Update a Studio resource.
Currently, this operation only supports updating the displayName of your studio.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_STUDIOID
TYPE /AWS1/NIMSTRING
/AWS1/NIMSTRING
¶
The studio ID.
Optional arguments:¶
IV_ADMINROLEARN
TYPE /AWS1/NIMROLEARN
/AWS1/NIMROLEARN
¶
The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.
IV_CLIENTTOKEN
TYPE /AWS1/NIMCLIENTTOKEN
/AWS1/NIMCLIENTTOKEN
¶
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.
IV_DISPLAYNAME
TYPE /AWS1/NIMSTUDIODISPLAYNAME
/AWS1/NIMSTUDIODISPLAYNAME
¶
A friendly name for the studio.
IV_USERROLEARN
TYPE /AWS1/NIMROLEARN
/AWS1/NIMROLEARN
¶
The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.