AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
kinesisvideo
/
aws.sdk.kotlin.services.kinesisvideo.model
/
ChannelType
Channel
Type
sealed
class
ChannelType
Inheritors
FullMesh
SingleMaster
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Full
Mesh
Link copied to clipboard
object
FullMesh
:
ChannelType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ChannelType
Single
Master
Link copied to clipboard
object
SingleMaster
:
ChannelType
Properties
value
Link copied to clipboard
abstract
val
value
:
String