Skip to content

/AWS1/CL_CL9DSCENVIRONMENTME01

DescribeEnvironmentMembershipsResult

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_MEMBERSHIPS TYPE /AWS1/CL_CL9ENVIRONMENTMEMBER=>TT_ENVIRONMENTMEMBERSLIST TT_ENVIRONMENTMEMBERSLIST

Information about the environment members for the environment.

IV_NEXTTOKEN TYPE /AWS1/CL9STRING /AWS1/CL9STRING

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.


Queryable Attributes

memberships

Information about the environment members for the environment.

Accessible with the following methods

Method Description
GET_MEMBERSHIPS() Getter for MEMBERSHIPS, with configurable default
ASK_MEMBERSHIPS() Getter for MEMBERSHIPS w/ exceptions if field has no value
HAS_MEMBERSHIPS() Determine if MEMBERSHIPS has a value

nextToken

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.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value