AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
datazone
/
aws.sdk.kotlin.services.datazone.model
/
UserType
User
Type
sealed
class
UserType
Inheritors
IamRole
IamUser
SsoUser
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Iam
Role
Link copied to clipboard
object
IamRole
:
UserType
Iam
User
Link copied to clipboard
object
IamUser
:
UserType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
UserType
Sso
User
Link copied to clipboard
object
SsoUser
:
UserType
Properties
value
Link copied to clipboard
abstract
val
value
:
String