toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
chime
/
aws.sdk.kotlin.services.chime.model
/
AccountType
Account
Type
sealed
class
AccountType
Inheritors
EnterpriseDirectory
EnterpriseLwa
EnterpriseOidc
Team
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Enterprise
Directory
Link copied to clipboard
object
EnterpriseDirectory
:
AccountType
Enterprise
Lwa
Link copied to clipboard
object
EnterpriseLwa
:
AccountType
Enterprise
Oidc
Link copied to clipboard
object
EnterpriseOidc
:
AccountType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AccountType
Team
Link copied to clipboard
object
Team
:
AccountType
Properties
value
Link copied to clipboard
abstract
val
value
:
String