Skip to content

/AWS1/CL_CL9=>DESCRENVIRONMENTMEMBERSHIPS()

About DescribeEnvironmentMemberships

Gets information about environment members for an Cloud9 development environment.

Method Signature

IMPORTING

Optional arguments:

IV_USERARN TYPE /AWS1/CL9USERARN /AWS1/CL9USERARN

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.

IV_ENVIRONMENTID TYPE /AWS1/CL9ENVIRONMENTID /AWS1/CL9ENVIRONMENTID

The ID of the environment to get environment member information about.

IT_PERMISSIONS TYPE /AWS1/CL_CL9PERMISSIONSLIST_W=>TT_PERMISSIONSLIST TT_PERMISSIONSLIST

The type of environment member permissions to get information about. Available values include:

  • owner: Owns the environment.

  • read-only: Has read-only access to the environment.

  • read-write: Has read-write access to the environment.

If no value is specified, information about all environment members are returned.

IV_NEXTTOKEN TYPE /AWS1/CL9STRING /AWS1/CL9STRING

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.

IV_MAXRESULTS TYPE /AWS1/CL9MAXRESULTS /AWS1/CL9MAXRESULTS

The maximum number of environment members to get information about.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_CL9DSCENVIRONMENTME01 /AWS1/CL_CL9DSCENVIRONMENTME01