/AWS1/CL_MOBLISTPROJECTSRESULT¶
Result structure used for requests to list projects in AWS Mobile Hub.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_projects TYPE /AWS1/CL_MOBPROJECTSUMMARY=>TT_PROJECTSUMMARIES TT_PROJECTSUMMARIES¶
projects
iv_nexttoken TYPE /AWS1/MOBNEXTTOKEN /AWS1/MOBNEXTTOKEN¶
nextToken
Queryable Attributes¶
projects¶
projects
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 | 
nextToken¶
nextToken
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 |