/AWS1/CL_SGMLISTPROJECTSOUTPUT¶
ListProjectsOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_projectsummarylist TYPE /AWS1/CL_SGMPROJECTSUMMARY=>TT_PROJECTSUMMARYLIST TT_PROJECTSUMMARYLIST¶
A list of summaries of projects.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SGMNEXTTOKEN /AWS1/SGMNEXTTOKEN¶
If the result of the previous
ListCompilationJobsrequest was truncated, the response includes aNextToken. To retrieve the next set of model compilation jobs, use the token in the next request.
Queryable Attributes¶
ProjectSummaryList¶
A list of summaries of projects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTSUMMARYLIST() |
Getter for PROJECTSUMMARYLIST, with configurable default |
ASK_PROJECTSUMMARYLIST() |
Getter for PROJECTSUMMARYLIST w/ exceptions if field has no |
HAS_PROJECTSUMMARYLIST() |
Determine if PROJECTSUMMARYLIST has a value |
NextToken¶
If the result of the previous
ListCompilationJobsrequest was truncated, the response includes aNextToken. To retrieve the next set of model compilation jobs, use the token in the next request.
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 |