S3ObjectDetail

Information about the S3 object that was scanned

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val eTag: String?

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.

Link copied to clipboard
val hash: String?

Hash of the threat detected in this finding.

Link copied to clipboard
val key: String?

Key of the S3 object.

Link copied to clipboard

Amazon Resource Name (ARN) of the S3 object.

Link copied to clipboard

Version ID of the object.

Functions

Link copied to clipboard
inline fun copy(block: S3ObjectDetail.Builder.() -> Unit = {}): S3ObjectDetail
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String