UserIdentityRoot

Provides information about an Amazon Web Services account and entity that performed an action on an affected resource. The action was performed using the credentials for your Amazon Web Services account.

Types

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

Properties

Link copied to clipboard

The unique identifier for the Amazon Web Services account.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the principal that performed the action. The last section of the ARN contains the name of the user or role that performed the action.

Link copied to clipboard

The unique identifier for the entity that performed the action.

Functions

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