/AWS1/CL_IOSLISTWKSPSRESPONSE¶
ListWorkspacesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_workspacesummaries TYPE /AWS1/CL_IOSWORKSPACESUMMARY=>TT_WORKSPACESUMMARIES TT_WORKSPACESUMMARIES¶
A list that summarizes each workspace.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IOSNEXTTOKEN /AWS1/IOSNEXTTOKEN¶
The token for the next set of results, or null if there are no additional results.
Queryable Attributes¶
workspaceSummaries¶
A list that summarizes each workspace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKSPACESUMMARIES() |
Getter for WORKSPACESUMMARIES, with configurable default |
ASK_WORKSPACESUMMARIES() |
Getter for WORKSPACESUMMARIES w/ exceptions if field has no |
HAS_WORKSPACESUMMARIES() |
Determine if WORKSPACESUMMARIES has a value |
nextToken¶
The token for the next set of results, or null if there are no additional results.
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 |