/AWS1/CL_IOTCONFIGURATION¶
Configuration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_enabled TYPE /AWS1/IOTENABLED /AWS1/IOTENABLED¶
True to enable the configuration.
Queryable Attributes¶
Enabled¶
True to enable the configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLED() |
Getter for ENABLED |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EVENTCONFIGURATIONS¶
TYPES TT_EVENTCONFIGURATIONS TYPE HASHED TABLE OF /AWS1/CL_IOTCONFIGURATION=>TS_EVENTCONFIGURATIONS_MAPROW WITH UNIQUE KEY key
.
TS_EVENTCONFIGURATIONS_MAPROW¶
TYPES: BEGIN OF TS_EVENTCONFIGURATIONS_MAPROW,
key TYPE /AWS1/IOTEVENTTYPE,
value TYPE REF TO /AWS1/CL_IOTCONFIGURATION,
END OF TS_EVENTCONFIGURATIONS_MAPROW.