Skip to content

/AWS1/CL_BLDLSTSHAREDPROJECT01

ListSharedProjectsOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_nexttoken TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING

During a previous call, the maximum number of items that can be returned is the value specified in maxResults. If there more items in the list, then a unique string called a nextToken is returned. 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.

it_projects TYPE /AWS1/CL_BLDPROJECTARNS_W=>TT_PROJECTARNS TT_PROJECTARNS

The list of ARNs for the build projects shared with the current Amazon Web Services account or user.


Queryable Attributes

nextToken

During a previous call, the maximum number of items that can be returned is the value specified in maxResults. If there more items in the list, then a unique string called a nextToken is returned. 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.

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

projects

The list of ARNs for the build projects shared with the current Amazon Web Services account or user.

Accessible with the following methods

Method Description
GET_PROJECTS() Getter for PROJECTS, with configurable default
ASK_PROJECTS() Getter for PROJECTS w/ exceptions if field has no value
HAS_PROJECTS() Determine if PROJECTS has a value