GetUserGroupResult

data class GetUserGroupResult(val arn: String? = null, val engine: UserGroupEngine? = null, val status: String? = null, val tags: List<Tag>? = null, val userIds: List<String>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, engine: UserGroupEngine? = null, status: String? = null, tags: List<Tag>? = null, userIds: List<String>? = 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: UserGroupEngine? = null

The target cache engine for the user group.

Link copied to clipboard
val status: String? = null

Indicates user group status. Can be "creating", "active", "modifying", "deleting".

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

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

Link copied to clipboard
val userIds: List<String>? = null

List of users associated to this user group.