DeleteObjectInput

An object to delete from the governed table.

Types

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

Properties

Link copied to clipboard
val eTag: String?

The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to identify changes to the underlying data.

Link copied to clipboard

A list of partition values for the object. A value must be specified for each partition key associated with the governed table.

Link copied to clipboard
val uri: String

The Amazon S3 location of the object to delete.

Functions

Link copied to clipboard
inline fun copy(block: DeleteObjectInput.Builder.() -> Unit = {}): DeleteObjectInput
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