/AWS1/CL_SGMDESCRDEVICERSP¶
DescribeDeviceResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_devicename TYPE /AWS1/SGMENTITYNAME /AWS1/SGMENTITYNAME¶
The unique identifier of the device.
iv_devicefleetname TYPE /AWS1/SGMENTITYNAME /AWS1/SGMENTITYNAME¶
The name of the fleet the device belongs to.
iv_registrationtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The timestamp of the last registration or de-reregistration.
Optional arguments:¶
iv_devicearn TYPE /AWS1/SGMDEVICEARN /AWS1/SGMDEVICEARN¶
The Amazon Resource Name (ARN) of the device.
iv_description TYPE /AWS1/SGMDEVICEDESCRIPTION /AWS1/SGMDEVICEDESCRIPTION¶
A description of the device.
iv_iotthingname TYPE /AWS1/SGMTHINGNAME /AWS1/SGMTHINGNAME¶
The Amazon Web Services Internet of Things (IoT) object thing name associated with the device.
iv_latestheartbeat TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The last heartbeat received from the device.
it_models TYPE /AWS1/CL_SGMEDGEMODEL=>TT_EDGEMODELS TT_EDGEMODELS¶
Models on the device.
iv_maxmodels TYPE /AWS1/SGMINTEGER /AWS1/SGMINTEGER¶
The maximum number of models.
iv_nexttoken TYPE /AWS1/SGMNEXTTOKEN /AWS1/SGMNEXTTOKEN¶
The response from the last list when returning a list large enough to need tokening.
iv_agentversion TYPE /AWS1/SGMEDGEVERSION /AWS1/SGMEDGEVERSION¶
Edge Manager agent version.
Queryable Attributes¶
DeviceArn¶
The Amazon Resource Name (ARN) of the device.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEVICEARN() |
Getter for DEVICEARN, with configurable default |
ASK_DEVICEARN() |
Getter for DEVICEARN w/ exceptions if field has no value |
HAS_DEVICEARN() |
Determine if DEVICEARN has a value |
DeviceName¶
The unique identifier of the device.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEVICENAME() |
Getter for DEVICENAME, with configurable default |
ASK_DEVICENAME() |
Getter for DEVICENAME w/ exceptions if field has no value |
HAS_DEVICENAME() |
Determine if DEVICENAME has a value |
Description¶
A description of the device.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
DeviceFleetName¶
The name of the fleet the device belongs to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEVICEFLEETNAME() |
Getter for DEVICEFLEETNAME, with configurable default |
ASK_DEVICEFLEETNAME() |
Getter for DEVICEFLEETNAME w/ exceptions if field has no val |
HAS_DEVICEFLEETNAME() |
Determine if DEVICEFLEETNAME has a value |
IotThingName¶
The Amazon Web Services Internet of Things (IoT) object thing name associated with the device.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IOTTHINGNAME() |
Getter for IOTTHINGNAME, with configurable default |
ASK_IOTTHINGNAME() |
Getter for IOTTHINGNAME w/ exceptions if field has no value |
HAS_IOTTHINGNAME() |
Determine if IOTTHINGNAME has a value |
RegistrationTime¶
The timestamp of the last registration or de-reregistration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRATIONTIME() |
Getter for REGISTRATIONTIME, with configurable default |
ASK_REGISTRATIONTIME() |
Getter for REGISTRATIONTIME w/ exceptions if field has no va |
HAS_REGISTRATIONTIME() |
Determine if REGISTRATIONTIME has a value |
LatestHeartbeat¶
The last heartbeat received from the device.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LATESTHEARTBEAT() |
Getter for LATESTHEARTBEAT, with configurable default |
ASK_LATESTHEARTBEAT() |
Getter for LATESTHEARTBEAT w/ exceptions if field has no val |
HAS_LATESTHEARTBEAT() |
Determine if LATESTHEARTBEAT has a value |
Models¶
Models on the device.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELS() |
Getter for MODELS, with configurable default |
ASK_MODELS() |
Getter for MODELS w/ exceptions if field has no value |
HAS_MODELS() |
Determine if MODELS has a value |
MaxModels¶
The maximum number of models.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXMODELS() |
Getter for MAXMODELS, with configurable default |
ASK_MAXMODELS() |
Getter for MAXMODELS w/ exceptions if field has no value |
HAS_MAXMODELS() |
Determine if MAXMODELS has a value |
NextToken¶
The response from the last list when returning a list large enough to need tokening.
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 |
AgentVersion¶
Edge Manager agent version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTVERSION() |
Getter for AGENTVERSION, with configurable default |
ASK_AGENTVERSION() |
Getter for AGENTVERSION w/ exceptions if field has no value |
HAS_AGENTVERSION() |
Determine if AGENTVERSION has a value |