/AWS1/CL_CNTSRCHWORKSPACESRSP¶
SearchWorkspacesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/CNTNEXTTOKEN /AWS1/CNTNEXTTOKEN¶
If there are additional results, this is the token for the next set of results.
it_workspaces TYPE /AWS1/CL_CNTWORKSPACESRCHSUMM=>TT_WORKSPACESEARCHSUMMARYLIST TT_WORKSPACESEARCHSUMMARYLIST¶
A list of workspaces that match the search criteria.
iv_approximatetotalcount TYPE /AWS1/CNTAPPROXIMATETOTALCOUNT /AWS1/CNTAPPROXIMATETOTALCOUNT¶
The approximate total number of workspaces that match the search criteria.
Queryable Attributes¶
NextToken¶
If there are additional results, this is the token for the next set of 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 |
Workspaces¶
A list of workspaces that match the search criteria.
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 |
ApproximateTotalCount¶
The approximate total number of workspaces that match the search criteria.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPROXIMATETOTALCOUNT() |
Getter for APPROXIMATETOTALCOUNT, with configurable default |
ASK_APPROXIMATETOTALCOUNT() |
Getter for APPROXIMATETOTALCOUNT w/ exceptions if field has |
HAS_APPROXIMATETOTALCOUNT() |
Determine if APPROXIMATETOTALCOUNT has a value |