/AWS1/CL_IOISIGNALCATALOGSUMM¶
Information about a collection of standardized signals, which can be attributes, branches, sensors, or actuators.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_name
TYPE /AWS1/IOISTRING
/AWS1/IOISTRING
¶
The name of the signal catalog.
iv_arn
TYPE /AWS1/IOIARN
/AWS1/IOIARN
¶
The Amazon Resource Name (ARN) of the signal catalog.
iv_creationtime
TYPE /AWS1/IOITIMESTAMP
/AWS1/IOITIMESTAMP
¶
The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
iv_lastmodificationtime
TYPE /AWS1/IOITIMESTAMP
/AWS1/IOITIMESTAMP
¶
The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
Queryable Attributes¶
name¶
The name of the signal catalog.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
arn¶
The Amazon Resource Name (ARN) of the signal catalog.
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 |
creationTime¶
The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
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 |
lastModificationTime¶
The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTMODIFICATIONTIME() |
Getter for LASTMODIFICATIONTIME, with configurable default |
ASK_LASTMODIFICATIONTIME() |
Getter for LASTMODIFICATIONTIME w/ exceptions if field has n |
HAS_LASTMODIFICATIONTIME() |
Determine if LASTMODIFICATIONTIME 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_SIGNALCATALOGSUMMARIES
¶
TYPES TT_SIGNALCATALOGSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOISIGNALCATALOGSUMM WITH DEFAULT KEY
.