/AWS1/CL_S3_DELOBJANNOTOUTPUT¶
DeleteObjectAnnotationOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_objectversionid TYPE /AWS1/S3_OBJECTVERSIONID /AWS1/S3_OBJECTVERSIONID¶
The version ID of the object that the annotation was deleted from.
iv_requestcharged TYPE /AWS1/S3_REQUESTCHARGED /AWS1/S3_REQUESTCHARGED¶
If present, indicates that the requester was successfully charged for the request. For more information, see Using Requester Pays buckets for storage transfers and usage in the Amazon Simple Storage Service user guide.
This functionality is not supported for directory buckets.
Queryable Attributes¶
ObjectVersionId¶
The version ID of the object that the annotation was deleted from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJECTVERSIONID() |
Getter for OBJECTVERSIONID, with configurable default |
ASK_OBJECTVERSIONID() |
Getter for OBJECTVERSIONID w/ exceptions if field has no val |
HAS_OBJECTVERSIONID() |
Determine if OBJECTVERSIONID has a value |
RequestCharged¶
If present, indicates that the requester was successfully charged for the request. For more information, see Using Requester Pays buckets for storage transfers and usage in the Amazon Simple Storage Service user guide.
This functionality is not supported for directory buckets.
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 |