Get User Settings Result
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)