/AWS1/CL_DFMDEVICEINSTANCE¶
Represents the device instance.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/DFMAMAZONRESOURCENAME /AWS1/DFMAMAZONRESOURCENAME¶
The Amazon Resource Name (ARN) of the device instance.
iv_devicearn TYPE /AWS1/DFMAMAZONRESOURCENAME /AWS1/DFMAMAZONRESOURCENAME¶
The ARN of the device.
it_labels TYPE /AWS1/CL_DFMINSTANCELABELS_W=>TT_INSTANCELABELS TT_INSTANCELABELS¶
An array of strings that describe the device instance.
iv_status TYPE /AWS1/DFMINSTANCESTATUS /AWS1/DFMINSTANCESTATUS¶
The status of the device instance. Valid values are listed here.
iv_udid TYPE /AWS1/DFMSTRING /AWS1/DFMSTRING¶
Unique device identifier for the device instance.
io_instanceprofile TYPE REF TO /AWS1/CL_DFMINSTANCEPROFILE /AWS1/CL_DFMINSTANCEPROFILE¶
A object that contains information about the instance profile.
Queryable Attributes¶
arn¶
The Amazon Resource Name (ARN) of the device instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
deviceArn¶
The 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 |
labels¶
An array of strings that describe the device instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LABELS() |
Getter for LABELS, with configurable default |
ASK_LABELS() |
Getter for LABELS w/ exceptions if field has no value |
HAS_LABELS() |
Determine if LABELS has a value |
status¶
The status of the device instance. Valid values are listed here.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
udid¶
Unique device identifier for the device instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UDID() |
Getter for UDID, with configurable default |
ASK_UDID() |
Getter for UDID w/ exceptions if field has no value |
HAS_UDID() |
Determine if UDID has a value |
instanceProfile¶
A object that contains information about the instance profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCEPROFILE() |
Getter for INSTANCEPROFILE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DEVICEINSTANCES¶
TYPES TT_DEVICEINSTANCES TYPE STANDARD TABLE OF REF TO /AWS1/CL_DFMDEVICEINSTANCE WITH DEFAULT KEY
.