/AWS1/CL_SGMMONITORINGINPUT¶
The inputs for a monitoring job.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_endpointinput
TYPE REF TO /AWS1/CL_SGMENDPOINTINPUT
/AWS1/CL_SGMENDPOINTINPUT
¶
The endpoint for a monitoring job.
io_batchtransforminput
TYPE REF TO /AWS1/CL_SGMBATCHTRANSFORMINP
/AWS1/CL_SGMBATCHTRANSFORMINP
¶
Input object for the batch transform job.
Queryable Attributes¶
EndpointInput¶
The endpoint for a monitoring job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENDPOINTINPUT() |
Getter for ENDPOINTINPUT |
BatchTransformInput¶
Input object for the batch transform job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BATCHTRANSFORMINPUT() |
Getter for BATCHTRANSFORMINPUT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_MONITORINGINPUTS
¶
TYPES TT_MONITORINGINPUTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMMONITORINGINPUT WITH DEFAULT KEY
.