/AWS1/CL_IOSLISTTIMESERIESRSP¶
ListTimeSeriesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_timeseriessummaries TYPE /AWS1/CL_IOSTIMESERIESSUMMARY=>TT_TIMESERIESSUMMARIES TT_TIMESERIESSUMMARIES¶
One or more time series summaries to list.
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.
iv_workspacename TYPE /AWS1/IOSWORKSPACENAME /AWS1/IOSWORKSPACENAME¶
The name of the workspace.
Queryable Attributes¶
TimeSeriesSummaries¶
One or more time series summaries to list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESERIESSUMMARIES() |
Getter for TIMESERIESSUMMARIES, with configurable default |
ASK_TIMESERIESSUMMARIES() |
Getter for TIMESERIESSUMMARIES w/ exceptions if field has no |
HAS_TIMESERIESSUMMARIES() |
Determine if TIMESERIESSUMMARIES 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 |
workspaceName¶
The name of the workspace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKSPACENAME() |
Getter for WORKSPACENAME, with configurable default |
ASK_WORKSPACENAME() |
Getter for WORKSPACENAME w/ exceptions if field has no value |
HAS_WORKSPACENAME() |
Determine if WORKSPACENAME has a value |