toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
codecatalyst
/
aws.sdk.kotlin.services.codecatalyst.model
/
UserType
User
Type
sealed
class
UserType
Inheritors
AwsAccount
Unknown
User
SdkUnknown
Members
Types
Aws
Account
Link copied to clipboard
object
AwsAccount
:
UserType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
UserType
Unknown
Link copied to clipboard
object
Unknown
:
UserType
User
Link copied to clipboard
object
User
:
UserType
Properties
value
Link copied to clipboard
abstract
val
value
:
String