AWS SDK for Kotlin
Toggle table of contents
1.5.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
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