S3ObjectDetail¶
Structure Class¶
S3ObjectDetail
dataclass
¶
Information about the S3 object that was scanned
Attributes¶
e_tag
class-attribute
instance-attribute
¶
e_tag: str | None = None
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.
hash
class-attribute
instance-attribute
¶
hash: str | None = None
Hash of the threat detected in this finding.
object_arn
class-attribute
instance-attribute
¶
object_arn: str | None = None
Amazon Resource Name (ARN) of the S3 object.
version_id
class-attribute
instance-attribute
¶
version_id: str | None = None
Version ID of the object.