/AWS1/CL_SGMLISTMONSCHDSRSP¶
ListMonitoringSchedulesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_monschedulesummaries TYPE /AWS1/CL_SGMMONSCHEDULESUMMARY=>TT_MONSCHEDULESUMMARYLIST TT_MONSCHEDULESUMMARYLIST¶
A JSON array in which each element is a summary for a monitoring schedule.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SGMNEXTTOKEN /AWS1/SGMNEXTTOKEN¶
The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.
Queryable Attributes¶
MonitoringScheduleSummaries¶
A JSON array in which each element is a summary for a monitoring schedule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MONSCHEDULESUMMARIES() |
Getter for MONITORINGSCHEDULESUMMARIES, with configurable de |
ASK_MONSCHEDULESUMMARIES() |
Getter for MONITORINGSCHEDULESUMMARIES w/ exceptions if fiel |
HAS_MONSCHEDULESUMMARIES() |
Determine if MONITORINGSCHEDULESUMMARIES has a value |
NextToken¶
The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.
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 |