/AWS1/CL_SGMLSTSUBDWORKTEAMS01¶
ListSubscribedWorkteamsResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_subscribedworkteams
TYPE /AWS1/CL_SGMSUBSCRIBEDWORKTEAM=>TT_SUBSCRIBEDWORKTEAMS
TT_SUBSCRIBEDWORKTEAMS
¶
An array of
Workteam
objects, 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¶
SubscribedWorkteams¶
An array of
Workteam
objects, each describing a work team.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SUBSCRIBEDWORKTEAMS() |
Getter for SUBSCRIBEDWORKTEAMS, with configurable default |
ASK_SUBSCRIBEDWORKTEAMS() |
Getter for SUBSCRIBEDWORKTEAMS w/ exceptions if field has no |
HAS_SUBSCRIBEDWORKTEAMS() |
Determine if SUBSCRIBEDWORKTEAMS 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 |