GetUserPlainArgs

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

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name associated with the user, in the form arn:aws:transfer:region: *account-id* :user/ *server-id* / *username* . An example of a user ARN is: arn:aws:transfer:us-east-1:123456789012:user/user1 .

Functions

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