IamUser

class IamUser

Provides information about an Identity and Access Management (IAM) user who performed an action on an affected resource.

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 that's associated with the IAM user who performed the action.

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 who performed the action.

Link copied to clipboard

The unique identifier for the IAM user who performed the action.

Link copied to clipboard

The username of the IAM user who performed the action.

Functions

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