AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
opensearchserverless
/
aws.sdk.kotlin.services.opensearchserverless.model
/
IamIdentityCenterUserAttribute
Iam
Identity
Center
User
Attribute
sealed
class
IamIdentityCenterUserAttribute
Inheritors
Email
UserId
UserName
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Email
Link copied to clipboard
object
Email
:
IamIdentityCenterUserAttribute
Email
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IamIdentityCenterUserAttribute
User
Id
Link copied to clipboard
object
UserId
:
IamIdentityCenterUserAttribute
User ID
User
Name
Link copied to clipboard
object
UserName
:
IamIdentityCenterUserAttribute
User Name
Properties
value
Link copied to clipboard
abstract
val
value
:
String