/AWS1/CL_OMXGETSEQUENCESTORE01¶
GetSequenceStoreResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/OMXSEQUENCESTOREID /AWS1/OMXSEQUENCESTOREID¶
The store's ID.
iv_arn TYPE /AWS1/OMXSEQUENCESTOREARN /AWS1/OMXSEQUENCESTOREARN¶
The store's ARN.
iv_creationtime TYPE /AWS1/OMXTIMESTAMP /AWS1/OMXTIMESTAMP¶
When the store was created.
Optional arguments:¶
iv_name TYPE /AWS1/OMXSEQUENCESTORENAME /AWS1/OMXSEQUENCESTORENAME¶
The store's name.
iv_description TYPE /AWS1/OMXSEQUENCESTOREDESC /AWS1/OMXSEQUENCESTOREDESC¶
The store's description.
io_sseconfig TYPE REF TO /AWS1/CL_OMXSSECONFIG /AWS1/CL_OMXSSECONFIG¶
The store's server-side encryption (SSE) settings.
iv_fallbacklocation TYPE /AWS1/OMXFALLBACKLOCATION /AWS1/OMXFALLBACKLOCATION¶
An S3 location that is used to store files that have failed a direct upload.
io_s3access TYPE REF TO /AWS1/CL_OMXSEQUENCESTORES3ACC /AWS1/CL_OMXSEQUENCESTORES3ACC¶
The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.
iv_etagalgorithmfamily TYPE /AWS1/OMXETAGALGORITHMFAMILY /AWS1/OMXETAGALGORITHMFAMILY¶
The algorithm family of the ETag.
iv_status TYPE /AWS1/OMXSEQUENCESTORESTATUS /AWS1/OMXSEQUENCESTORESTATUS¶
The status of the sequence store.
iv_statusmessage TYPE /AWS1/OMXSEQUENCESTORESTATMSG /AWS1/OMXSEQUENCESTORESTATMSG¶
The status message of the sequence store.
it_propagatedsetleveltags TYPE /AWS1/CL_OMXPROPAGATEDSETLEV00=>TT_PROPAGATEDSETLEVELTAGS TT_PROPAGATEDSETLEVELTAGS¶
The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
iv_updatetime TYPE /AWS1/OMXTIMESTAMP /AWS1/OMXTIMESTAMP¶
The last-updated time of the sequence store.
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 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 | 
fallbackLocation¶
An S3 location that is used to store files that have failed a direct upload.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_FALLBACKLOCATION() | 
Getter for FALLBACKLOCATION, with configurable default | 
ASK_FALLBACKLOCATION() | 
Getter for FALLBACKLOCATION w/ exceptions if field has no va | 
HAS_FALLBACKLOCATION() | 
Determine if FALLBACKLOCATION has a value | 
s3Access¶
The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_S3ACCESS() | 
Getter for S3ACCESS | 
eTagAlgorithmFamily¶
The algorithm family of the ETag.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_ETAGALGORITHMFAMILY() | 
Getter for ETAGALGORITHMFAMILY, with configurable default | 
ASK_ETAGALGORITHMFAMILY() | 
Getter for ETAGALGORITHMFAMILY w/ exceptions if field has no | 
HAS_ETAGALGORITHMFAMILY() | 
Determine if ETAGALGORITHMFAMILY has a value | 
status¶
The status of the sequence store.
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 | 
statusMessage¶
The status message of the sequence store.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_STATUSMESSAGE() | 
Getter for STATUSMESSAGE, with configurable default | 
ASK_STATUSMESSAGE() | 
Getter for STATUSMESSAGE w/ exceptions if field has no value | 
HAS_STATUSMESSAGE() | 
Determine if STATUSMESSAGE has a value | 
propagatedSetLevelTags¶
The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_PROPAGATEDSETLEVELTAGS() | 
Getter for PROPAGATEDSETLEVELTAGS, with configurable default | 
ASK_PROPAGATEDSETLEVELTAGS() | 
Getter for PROPAGATEDSETLEVELTAGS w/ exceptions if field has | 
HAS_PROPAGATEDSETLEVELTAGS() | 
Determine if PROPAGATEDSETLEVELTAGS has a value | 
updateTime¶
The last-updated time of the sequence store.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_UPDATETIME() | 
Getter for UPDATETIME, with configurable default | 
ASK_UPDATETIME() | 
Getter for UPDATETIME w/ exceptions if field has no value | 
HAS_UPDATETIME() | 
Determine if UPDATETIME has a value |