toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
ssmcontacts
/
aws.sdk.kotlin.services.ssmcontacts.model
/
ChannelType
Channel
Type
sealed
class
ChannelType
Inheritors
Email
Sms
Voice
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Email
Link copied to clipboard
object
Email
:
ChannelType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ChannelType
Sms
Link copied to clipboard
object
Sms
:
ChannelType
Voice
Link copied to clipboard
object
Voice
:
ChannelType
Properties
value
Link copied to clipboard
abstract
val
value
:
String