Skip to content

/AWS1/CL_GDYS3OBJECTDETAIL

Information about the S3 object that was scanned

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_objectarn TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

Amazon Resource Name (ARN) of the S3 object.

iv_key TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

Key of the S3 object.

iv_etag TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The entity tag is a hash of the S3 object. The ETag reflects changes only to the contents of an object, and not its metadata.

iv_hash TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

Hash of the threat detected in this finding.

iv_versionid TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

Version ID of the object.


Queryable Attributes

ObjectArn

Amazon Resource Name (ARN) of the S3 object.

Accessible with the following methods

Method Description
GET_OBJECTARN() Getter for OBJECTARN, with configurable default
ASK_OBJECTARN() Getter for OBJECTARN w/ exceptions if field has no value
HAS_OBJECTARN() Determine if OBJECTARN has a value

Key

Key of the S3 object.

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

ETag

The entity tag is a hash of the S3 object. The ETag reflects changes only to the contents of an object, and not its metadata.

Accessible with the following methods

Method Description
GET_ETAG() Getter for ETAG, with configurable default
ASK_ETAG() Getter for ETAG w/ exceptions if field has no value
HAS_ETAG() Determine if ETAG has a value

Hash

Hash of the threat detected in this finding.

Accessible with the following methods

Method Description
GET_HASH() Getter for HASH, with configurable default
ASK_HASH() Getter for HASH w/ exceptions if field has no value
HAS_HASH() Determine if HASH has a value

VersionId

Version ID of the 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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_S3OBJECTDETAILS

TYPES TT_S3OBJECTDETAILS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYS3OBJECTDETAIL WITH DEFAULT KEY
.