/AWS1/CL_S3_DELETEOBJSOUTPUT¶
DeleteObjectsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_deleted TYPE /AWS1/CL_S3_DELETEDOBJECT=>TT_DELETEDOBJECTS TT_DELETEDOBJECTS¶
Container element for a successful delete. It identifies the object that was successfully deleted.
iv_requestcharged TYPE /AWS1/S3_REQUESTCHARGED /AWS1/S3_REQUESTCHARGED¶
RequestCharged
it_errors TYPE /AWS1/CL_S3_ERROR=>TT_ERRORS TT_ERRORS¶
Container for a failed delete action that describes the object that Amazon S3 attempted to delete and the error it encountered.
Queryable Attributes¶
Deleted¶
Container element for a successful delete. It identifies the object that was successfully deleted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELETED() |
Getter for DELETED, with configurable default |
ASK_DELETED() |
Getter for DELETED w/ exceptions if field has no value |
HAS_DELETED() |
Determine if DELETED has a value |
RequestCharged¶
RequestCharged
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTCHARGED() |
Getter for REQUESTCHARGED, with configurable default |
ASK_REQUESTCHARGED() |
Getter for REQUESTCHARGED w/ exceptions if field has no valu |
HAS_REQUESTCHARGED() |
Determine if REQUESTCHARGED has a value |
Errors¶
Container for a failed delete action that describes the object that Amazon S3 attempted to delete and the error it encountered.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORS() |
Getter for ERRORS, with configurable default |
ASK_ERRORS() |
Getter for ERRORS w/ exceptions if field has no value |
HAS_ERRORS() |
Determine if ERRORS has a value |