/AWS1/CL_S3_DELETEMARKERENTRY¶
Information about the delete marker.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_owner TYPE REF TO /AWS1/CL_S3_OWNER /AWS1/CL_S3_OWNER¶
The account that created the delete marker.
iv_key TYPE /AWS1/S3_OBJECTKEY /AWS1/S3_OBJECTKEY¶
The object key.
iv_versionid TYPE /AWS1/S3_OBJECTVERSIONID /AWS1/S3_OBJECTVERSIONID¶
Version ID of an object.
iv_islatest TYPE /AWS1/S3_ISLATEST /AWS1/S3_ISLATEST¶
Specifies whether the object is (true) or is not (false) the latest version of an object.
iv_lastmodified TYPE /AWS1/S3_LASTMODIFIED /AWS1/S3_LASTMODIFIED¶
Date and time when the object was last modified.
Queryable Attributes¶
Owner¶
The account that created the delete marker.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNER() |
Getter for OWNER |
Key¶
The object key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |
VersionId¶
Version ID of an object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONID() |
Getter for VERSIONID, with configurable default |
ASK_VERSIONID() |
Getter for VERSIONID w/ exceptions if field has no value |
HAS_VERSIONID() |
Determine if VERSIONID has a value |
IsLatest¶
Specifies whether the object is (true) or is not (false) the latest version of an object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISLATEST() |
Getter for ISLATEST, with configurable default |
ASK_ISLATEST() |
Getter for ISLATEST w/ exceptions if field has no value |
HAS_ISLATEST() |
Determine if ISLATEST has a value |
LastModified¶
Date and time when the object was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIED() |
Getter for LASTMODIFIED, with configurable default |
ASK_LASTMODIFIED() |
Getter for LASTMODIFIED w/ exceptions if field has no value |
HAS_LASTMODIFIED() |
Determine if LASTMODIFIED 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_DELETEMARKERS¶
TYPES TT_DELETEMARKERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_S3_DELETEMARKERENTRY WITH DEFAULT KEY
.