/AWS1/CL_IOGTHING¶
An AWS IoT thing.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_thingarn TYPE /AWS1/IOGTHINGARN /AWS1/IOGTHINGARN¶
The ARN of the thing.
iv_thingname TYPE /AWS1/IOGTHINGNAME /AWS1/IOGTHINGNAME¶
The name of the thing.
Queryable Attributes¶
thingArn¶
The ARN of the thing.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THINGARN() |
Getter for THINGARN, with configurable default |
ASK_THINGARN() |
Getter for THINGARN w/ exceptions if field has no value |
HAS_THINGARN() |
Determine if THINGARN has a value |
thingName¶
The name of the thing.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THINGNAME() |
Getter for THINGNAME, with configurable default |
ASK_THINGNAME() |
Getter for THINGNAME w/ exceptions if field has no value |
HAS_THINGNAME() |
Determine if THINGNAME 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_THINGS¶
TYPES TT_THINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOGTHING WITH DEFAULT KEY
.