/AWS1/CL_OMXCREREFERENCESTOR01¶
CreateReferenceStoreResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/OMXREFERENCESTOREID /AWS1/OMXREFERENCESTOREID¶
The store's ID.
iv_arn TYPE /AWS1/OMXREFERENCESTOREARN /AWS1/OMXREFERENCESTOREARN¶
The store's ARN.
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 SSE settings.
Queryable Attributes¶
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 |
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 |
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 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 |