View source: R/cloud9_operations.R
cloud9_describe_environment_memberships | R Documentation |
Gets information about environment members for an Cloud9 development environment.
See https://www.paws-r-sdk.com/docs/cloud9_describe_environment_memberships/ for full documentation.
cloud9_describe_environment_memberships(
userArn = NULL,
environmentId = NULL,
permissions = NULL,
nextToken = NULL,
maxResults = NULL
)
userArn |
The Amazon Resource Name (ARN) of an individual environment member to get information about. If no value is specified, information about all environment members are returned. |
environmentId |
The ID of the environment to get environment member information about. |
permissions |
The type of environment member permissions to get information about. Available values include:
If no value is specified, information about all environment members are returned. |
nextToken |
During a previous call, if there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned. |
maxResults |
The maximum number of environment members to get information about. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.