Skip to content

/AWS1/CL_SGMDEVICESUMMARY

Summary of the device.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_devicename TYPE /AWS1/SGMENTITYNAME /AWS1/SGMENTITYNAME

The unique identifier of the device.

iv_devicearn TYPE /AWS1/SGMDEVICEARN /AWS1/SGMDEVICEARN

Amazon Resource Name (ARN) of the device.

Optional arguments:

iv_description TYPE /AWS1/SGMDEVICEDESCRIPTION /AWS1/SGMDEVICEDESCRIPTION

A description of the device.

iv_devicefleetname TYPE /AWS1/SGMENTITYNAME /AWS1/SGMENTITYNAME

The name of the fleet the device belongs to.

iv_iotthingname TYPE /AWS1/SGMTHINGNAME /AWS1/SGMTHINGNAME

The Amazon Web Services Internet of Things (IoT) object thing name associated with the device..

iv_registrationtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

The timestamp of the last registration or de-reregistration.

iv_latestheartbeat TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

The last heartbeat received from the device.

it_models TYPE /AWS1/CL_SGMEDGEMODELSUMMARY=>TT_EDGEMODELSUMMARIES TT_EDGEMODELSUMMARIES

Models on the device.

iv_agentversion TYPE /AWS1/SGMEDGEVERSION /AWS1/SGMEDGEVERSION

Edge Manager agent version.


Queryable Attributes

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

DeviceArn

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

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

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_DEVICESUMMARIES

TYPES TT_DEVICESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMDEVICESUMMARY WITH DEFAULT KEY
.