/AWS1/CL_LWDLISTWORKLOADSOUT¶
ListWorkloadsOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_workloads
TYPE /AWS1/CL_LWDWORKLOADDATASUMM=>TT_WORKLOADDATASUMMARYLIST
TT_WORKLOADDATASUMMARYLIST
¶
Information about the workloads.
iv_nexttoken
TYPE /AWS1/LWDNEXTTOKEN
/AWS1/LWDNEXTTOKEN
¶
The token to include in another request to get the next page of items. This value is
null
when there are no more items to return.
Queryable Attributes¶
workloads¶
Information about the workloads.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WORKLOADS() |
Getter for WORKLOADS, with configurable default |
ASK_WORKLOADS() |
Getter for WORKLOADS w/ exceptions if field has no value |
HAS_WORKLOADS() |
Determine if WORKLOADS has a value |
nextToken¶
The token to include in another request to get the next page of items. This value is
null
when there are no more items to return.
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 |