GetGroupUser

data class GetGroupUser(val arn: String, val path: String, val userId: String, val userName: String)

Constructors

Link copied to clipboard
constructor(arn: String, path: String, userId: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

User ARN.

Link copied to clipboard

Path to the IAM user.

Link copied to clipboard

Stable and unique string identifying the IAM user.

Link copied to clipboard

Name of the IAM user.