/AWS1/CL_SGMMONSCHEDULESUMMARY¶
Summarizes the monitoring schedule.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_monitoringschedulename TYPE /AWS1/SGMMONSCHEDULENAME /AWS1/SGMMONSCHEDULENAME¶
The name of the monitoring schedule.
iv_monitoringschedulearn TYPE /AWS1/SGMMONITORINGSCHEDULEARN /AWS1/SGMMONITORINGSCHEDULEARN¶
The Amazon Resource Name (ARN) of the monitoring schedule.
iv_creationtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The creation time of the monitoring schedule.
iv_lastmodifiedtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The last time the monitoring schedule was modified.
iv_monitoringschedulestatus TYPE /AWS1/SGMSCHEDULESTATUS /AWS1/SGMSCHEDULESTATUS¶
The status of the monitoring schedule.
Optional arguments:¶
iv_endpointname TYPE /AWS1/SGMENDPOINTNAME /AWS1/SGMENDPOINTNAME¶
The name of the endpoint using the monitoring schedule.
iv_monjobdefinitionname TYPE /AWS1/SGMMONJOBDEFINITIONNAME /AWS1/SGMMONJOBDEFINITIONNAME¶
The name of the monitoring job definition that the schedule is for.
iv_monitoringtype TYPE /AWS1/SGMMONITORINGTYPE /AWS1/SGMMONITORINGTYPE¶
The type of the monitoring job definition that the schedule is for.
Queryable Attributes¶
MonitoringScheduleName¶
The name of the monitoring schedule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MONITORINGSCHEDULENAME() |
Getter for MONITORINGSCHEDULENAME, with configurable default |
ASK_MONITORINGSCHEDULENAME() |
Getter for MONITORINGSCHEDULENAME w/ exceptions if field has |
HAS_MONITORINGSCHEDULENAME() |
Determine if MONITORINGSCHEDULENAME has a value |
MonitoringScheduleArn¶
The Amazon Resource Name (ARN) of the monitoring schedule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MONITORINGSCHEDULEARN() |
Getter for MONITORINGSCHEDULEARN, with configurable default |
ASK_MONITORINGSCHEDULEARN() |
Getter for MONITORINGSCHEDULEARN w/ exceptions if field has |
HAS_MONITORINGSCHEDULEARN() |
Determine if MONITORINGSCHEDULEARN has a value |
CreationTime¶
The creation time of the monitoring schedule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
LastModifiedTime¶
The last time the monitoring schedule was modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
MonitoringScheduleStatus¶
The status of the monitoring schedule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MONITORINGSCHEDULESTATUS() |
Getter for MONITORINGSCHEDULESTATUS, with configurable defau |
ASK_MONITORINGSCHEDULESTATUS() |
Getter for MONITORINGSCHEDULESTATUS w/ exceptions if field h |
HAS_MONITORINGSCHEDULESTATUS() |
Determine if MONITORINGSCHEDULESTATUS has a value |
EndpointName¶
The name of the endpoint using the monitoring schedule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTNAME() |
Getter for ENDPOINTNAME, with configurable default |
ASK_ENDPOINTNAME() |
Getter for ENDPOINTNAME w/ exceptions if field has no value |
HAS_ENDPOINTNAME() |
Determine if ENDPOINTNAME has a value |
MonitoringJobDefinitionName¶
The name of the monitoring job definition that the schedule is for.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MONJOBDEFINITIONNAME() |
Getter for MONITORINGJOBDEFINITIONNAME, with configurable de |
ASK_MONJOBDEFINITIONNAME() |
Getter for MONITORINGJOBDEFINITIONNAME w/ exceptions if fiel |
HAS_MONJOBDEFINITIONNAME() |
Determine if MONITORINGJOBDEFINITIONNAME has a value |
MonitoringType¶
The type of the monitoring job definition that the schedule is for.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MONITORINGTYPE() |
Getter for MONITORINGTYPE, with configurable default |
ASK_MONITORINGTYPE() |
Getter for MONITORINGTYPE w/ exceptions if field has no valu |
HAS_MONITORINGTYPE() |
Determine if MONITORINGTYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_MONSCHEDULESUMMARYLIST¶
TYPES TT_MONSCHEDULESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMMONSCHEDULESUMMARY WITH DEFAULT KEY
.