/AWS1/CL_S3_OBJECTLOCKRET¶
A Retention configuration for an object.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_mode TYPE /AWS1/S3_OBJECTLOCKRETMODE /AWS1/S3_OBJECTLOCKRETMODE¶
Indicates the Retention mode for the specified object.
iv_retainuntildate TYPE /AWS1/S3_DATE /AWS1/S3_DATE¶
The date on which this Object Lock Retention will expire.
Queryable Attributes¶
Mode¶
Indicates the Retention mode for the specified object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODE() |
Getter for MODE, with configurable default |
ASK_MODE() |
Getter for MODE w/ exceptions if field has no value |
HAS_MODE() |
Determine if MODE has a value |
RetainUntilDate¶
The date on which this Object Lock Retention will expire.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RETAINUNTILDATE() |
Getter for RETAINUNTILDATE, with configurable default |
ASK_RETAINUNTILDATE() |
Getter for RETAINUNTILDATE w/ exceptions if field has no val |
HAS_RETAINUNTILDATE() |
Determine if RETAINUNTILDATE has a value |