Initiator

class Initiator

Container element that identifies who initiated the multipart upload.

Types

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

Properties

Link copied to clipboard

Name of the Principal.

Link copied to clipboard
val id: String?

If the principal is an Amazon Web Services account, it provides the Canonical User ID. If the principal is an IAM User, it provides a user ARN value.

Functions

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