AWS SDK for Kotlin
Toggle table of contents
1.5.97
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
connect
/
aws.sdk.kotlin.services.connect.model
/
EntityType
Entity
Type
sealed
class
EntityType
Inheritors
AiAgent
User
SdkUnknown
Members
Types
Ai
Agent
Link copied to clipboard
object
AiAgent
:
EntityType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EntityType
User
Link copied to clipboard
object
User
:
EntityType
Properties
value
Link copied to clipboard
abstract
val
value
:
String