/AWS1/CL_SGMDEVICEFLEETSUMMARY¶
Summary of the device fleet.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_devicefleetarn TYPE /AWS1/SGMDEVICEFLEETARN /AWS1/SGMDEVICEFLEETARN¶
Amazon Resource Name (ARN) of the device fleet.
iv_devicefleetname TYPE /AWS1/SGMENTITYNAME /AWS1/SGMENTITYNAME¶
Name of the device fleet.
Optional arguments:¶
iv_creationtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
Timestamp of when the device fleet was created.
iv_lastmodifiedtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
Timestamp of when the device fleet was last updated.
Queryable Attributes¶
DeviceFleetArn¶
Amazon Resource Name (ARN) of the device fleet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEVICEFLEETARN() |
Getter for DEVICEFLEETARN, with configurable default |
ASK_DEVICEFLEETARN() |
Getter for DEVICEFLEETARN w/ exceptions if field has no valu |
HAS_DEVICEFLEETARN() |
Determine if DEVICEFLEETARN has a value |
DeviceFleetName¶
Name of the device fleet.
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 |
CreationTime¶
Timestamp of when the device fleet was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
LastModifiedTime¶
Timestamp of when the device fleet was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME 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_DEVICEFLEETSUMMARIES¶
TYPES TT_DEVICEFLEETSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMDEVICEFLEETSUMMARY WITH DEFAULT KEY
.