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
/
UserSearchType
User
Search
Type
sealed
class
UserSearchType
Inheritors
DatazoneIamUser
DatazoneSsoUser
DatazoneUser
SsoUser
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Datazone
Iam
User
Link copied to clipboard
object
DatazoneIamUser
:
UserSearchType
Datazone
Sso
User
Link copied to clipboard
object
DatazoneSsoUser
:
UserSearchType
Datazone
User
Link copied to clipboard
object
DatazoneUser
:
UserSearchType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
UserSearchType
Sso
User
Link copied to clipboard
object
SsoUser
:
UserSearchType
Properties
value
Link copied to clipboard
abstract
val
value
:
String