UserData

class UserData

Information related to a user.

Types

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

Properties

Link copied to clipboard

The email of a user.

Link copied to clipboard

The enrollment ARN of a user.

Link copied to clipboard

The enrollment status of a user.

Link copied to clipboard

The first name of a user.

Link copied to clipboard

The last name of a user.

Link copied to clipboard

The ARN of a user.

Functions

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