GetUserProfileResult

data class GetUserProfileResult(val userProfileArn: String? = null, val userSettings: UserProfileUserSettings? = null)

Constructors

Link copied to clipboard
constructor(userProfileArn: String? = null, userSettings: UserProfileUserSettings? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val userProfileArn: String? = null

The user profile Amazon Resource Name (ARN).

Link copied to clipboard

A collection of settings.