/AWS1/CL_OMXREFERENCESTOREDET¶
Details about a reference store.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/OMXREFERENCESTOREARN /AWS1/OMXREFERENCESTOREARN¶
The store's ARN.
iv_id TYPE /AWS1/OMXREFERENCESTOREID /AWS1/OMXREFERENCESTOREID¶
The store's ID.
iv_creationtime TYPE /AWS1/OMXTIMESTAMP /AWS1/OMXTIMESTAMP¶
When the store was created.
Optional arguments:¶
iv_name TYPE /AWS1/OMXREFERENCESTORENAME /AWS1/OMXREFERENCESTORENAME¶
The store's name.
iv_description TYPE /AWS1/OMXREFERENCESTOREDESC /AWS1/OMXREFERENCESTOREDESC¶
The store's description.
io_sseconfig TYPE REF TO /AWS1/CL_OMXSSECONFIG /AWS1/CL_OMXSSECONFIG¶
The store's server-side encryption (SSE) settings.
Queryable Attributes¶
arn¶
The store's ARN.
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 |
id¶
The store's ID.
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 store's name.
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 |
description¶
The store's description.
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 |
sseConfig¶
The store's server-side encryption (SSE) settings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SSECONFIG() |
Getter for SSECONFIG |
creationTime¶
When the store 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_REFERENCESTOREDETAILLIST¶
TYPES TT_REFERENCESTOREDETAILLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OMXREFERENCESTOREDET WITH DEFAULT KEY
.