GetUserResult

data class GetUserResult(val arn: String? = null, val engine: UserEngine? = null, val status: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, engine: UserEngine? = null, status: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the user account.

Link copied to clipboard
val engine: UserEngine? = null

The target cache engine for the user.

Link copied to clipboard
val status: String? = null

Indicates the user status. Can be "active", "modifying" or "deleting".

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this user.