/AWS1/CL_SGMLISTWORKTEAMSRSP¶
ListWorkteamsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_workteams TYPE /AWS1/CL_SGMWORKTEAM=>TT_WORKTEAMS TT_WORKTEAMS¶
An array of
Workteamobjects, each describing a work team.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SGMNEXTTOKEN /AWS1/SGMNEXTTOKEN¶
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of work teams, use it in the subsequent request.
Queryable Attributes¶
Workteams¶
An array of
Workteamobjects, each describing a work team.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKTEAMS() |
Getter for WORKTEAMS, with configurable default |
ASK_WORKTEAMS() |
Getter for WORKTEAMS w/ exceptions if field has no value |
HAS_WORKTEAMS() |
Determine if WORKTEAMS has a value |
NextToken¶
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of work teams, use it in the subsequent 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 |