/AWS1/CL_IOSLISTDSDATASEGSRSP¶
ListDatasetDataSegmentsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_datasegments TYPE /AWS1/CL_IOSDATASEGMENTSUMMARY=>TT_DATASEGMENTSUMMARIES TT_DATASEGMENTSUMMARIES¶
A list that summarizes each data segment.
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¶
dataSegments¶
A list that summarizes each data segment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASEGMENTS() |
Getter for DATASEGMENTS, with configurable default |
ASK_DATASEGMENTS() |
Getter for DATASEGMENTS w/ exceptions if field has no value |
HAS_DATASEGMENTS() |
Determine if DATASEGMENTS 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 |