GetUserSettingsResult

data class GetUserSettingsResult(val associatedPortalArns: List<String>? = null, val cookieSynchronizationConfiguration: UserSettingsCookieSynchronizationConfiguration? = null, val copyAllowed: UserSettingsEnabledType? = null, val disconnectTimeoutInMinutes: Double? = null, val downloadAllowed: UserSettingsEnabledType? = null, val idleDisconnectTimeoutInMinutes: Double? = null, val pasteAllowed: UserSettingsEnabledType? = null, val printAllowed: UserSettingsEnabledType? = null, val tags: List<UserSettingsTag>? = null, val uploadAllowed: UserSettingsEnabledType? = null, val userSettingsArn: String? = null)

Constructors

Link copied to clipboard
fun GetUserSettingsResult(associatedPortalArns: List<String>? = null, cookieSynchronizationConfiguration: UserSettingsCookieSynchronizationConfiguration? = null, copyAllowed: UserSettingsEnabledType? = null, disconnectTimeoutInMinutes: Double? = null, downloadAllowed: UserSettingsEnabledType? = null, idleDisconnectTimeoutInMinutes: Double? = null, pasteAllowed: UserSettingsEnabledType? = null, printAllowed: UserSettingsEnabledType? = null, tags: List<UserSettingsTag>? = null, uploadAllowed: UserSettingsEnabledType? = null, userSettingsArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: List<UserSettingsTag>? = null
Link copied to clipboard
Link copied to clipboard
val userSettingsArn: String? = null