GetUserPlainArgs

data class GetUserPlainArgs(val userArn: String) : ConvertibleToJava<GetUserPlainArgs>

Constructors

Link copied to clipboard
constructor(userArn: String)

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) for the user.

Functions

Link copied to clipboard
open override fun toJava(): GetUserPlainArgs