/AWS1/CL_AMPLISTWORKSPACESRSP¶
Represents the output of a ListWorkspaces operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_workspaces TYPE /AWS1/CL_AMPWORKSPACESUMMARY=>TT_WORKSPACESUMMARYLIST TT_WORKSPACESUMMARYLIST¶
An array of
WorkspaceSummarystructures containing information about the workspaces requested.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/AMPPAGINATIONTOKEN /AWS1/AMPPAGINATIONTOKEN¶
A token indicating that there are more results to retrieve. You can use this token as part of your next
ListWorkspacesrequest to retrieve those results.
Queryable Attributes¶
workspaces¶
An array of
WorkspaceSummarystructures containing information about the workspaces requested.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKSPACES() |
Getter for WORKSPACES, with configurable default |
ASK_WORKSPACES() |
Getter for WORKSPACES w/ exceptions if field has no value |
HAS_WORKSPACES() |
Determine if WORKSPACES has a value |
nextToken¶
A token indicating that there are more results to retrieve. You can use this token as part of your next
ListWorkspacesrequest to retrieve those 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 |