/AWS1/CL_GUPLISTPFLTIMESRSP¶
The structure representing the listProfileTimesResponse.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_profiletimes TYPE /AWS1/CL_GUPPROFILETIME=>TT_PROFILETIMES TT_PROFILETIMES¶
The list of start times of the available profiles for the aggregation period in the specified time range.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/GUPPAGINATIONTOKEN /AWS1/GUPPAGINATIONTOKEN¶
The
nextTokenvalue to include in a futureListProfileTimesrequest. When the results of aListProfileTimesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
Queryable Attributes¶
profileTimes¶
The list of start times of the available profiles for the aggregation period in the specified time range.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILETIMES() |
Getter for PROFILETIMES, with configurable default |
ASK_PROFILETIMES() |
Getter for PROFILETIMES w/ exceptions if field has no value |
HAS_PROFILETIMES() |
Determine if PROFILETIMES has a value |
nextToken¶
The
nextTokenvalue to include in a futureListProfileTimesrequest. When the results of aListProfileTimesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results 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 |