/AWS1/CL_OMXRUNCACHELISTITEM¶
List entry for one run cache.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/OMXRUNCACHEARN /AWS1/OMXRUNCACHEARN¶
Unique resource identifier for the run cache.
iv_cachebehavior TYPE /AWS1/OMXCACHEBEHAVIOR /AWS1/OMXCACHEBEHAVIOR¶
Default cache behavior for the run cache.
iv_caches3uri TYPE /AWS1/OMXS3URIFORBKTOROBJECT /AWS1/OMXS3URIFORBKTOROBJECT¶
The S3 uri for the run cache data.
iv_creationtime TYPE /AWS1/OMXRUNCACHETIMESTAMP /AWS1/OMXRUNCACHETIMESTAMP¶
The time that this run cache was created (an ISO 8601 formatted string).
iv_id TYPE /AWS1/OMXRUNCACHEID /AWS1/OMXRUNCACHEID¶
The identifier for this run cache.
iv_name TYPE /AWS1/OMXUSERCUSTOMNAME /AWS1/OMXUSERCUSTOMNAME¶
The name of the run cache.
iv_status TYPE /AWS1/OMXRUNCACHESTATUS /AWS1/OMXRUNCACHESTATUS¶
The run cache status.
Queryable Attributes¶
arn¶
Unique resource identifier for the run cache.
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 |
cacheBehavior¶
Default cache behavior for the run cache.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CACHEBEHAVIOR() |
Getter for CACHEBEHAVIOR, with configurable default |
ASK_CACHEBEHAVIOR() |
Getter for CACHEBEHAVIOR w/ exceptions if field has no value |
HAS_CACHEBEHAVIOR() |
Determine if CACHEBEHAVIOR has a value |
cacheS3Uri¶
The S3 uri for the run cache data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CACHES3URI() |
Getter for CACHES3URI, with configurable default |
ASK_CACHES3URI() |
Getter for CACHES3URI w/ exceptions if field has no value |
HAS_CACHES3URI() |
Determine if CACHES3URI has a value |
creationTime¶
The time that this run cache was created (an ISO 8601 formatted string).
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 |
id¶
The identifier for this run cache.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
name¶
The name of the run cache.
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 |
status¶
The run cache status.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RUNCACHELIST¶
TYPES TT_RUNCACHELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OMXRUNCACHELISTITEM WITH DEFAULT KEY
.