/AWS1/CL_WADLISTWORKLOADSOUT¶
Output of a list workloads call.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_workloadsummaries TYPE /AWS1/CL_WADWORKLOADSUMMARY=>TT_WORKLOADSUMMARIES TT_WORKLOADSUMMARIES¶
A list of workload summaries.
iv_nexttoken TYPE /AWS1/WADNEXTTOKEN /AWS1/WADNEXTTOKEN¶
The token to use to retrieve the next set of results.
Queryable Attributes¶
WorkloadSummaries¶
A list of workload summaries.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKLOADSUMMARIES() |
Getter for WORKLOADSUMMARIES, with configurable default |
ASK_WORKLOADSUMMARIES() |
Getter for WORKLOADSUMMARIES w/ exceptions if field has no v |
HAS_WORKLOADSUMMARIES() |
Determine if WORKLOADSUMMARIES has a value |
NextToken¶
The token to use to retrieve 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 |