AWS SDK for Kotlin
Toggle table of contents
1.5.111
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
connectcampaignsv2
/
aws.sdk.kotlin.services.connectcampaignsv2.model
/
ChannelSubtype
Channel
Subtype
sealed
class
ChannelSubtype
The type of campaign channel subtype.
Inheritors
Email
Sms
Telephony
Whatsapp
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Email
Link copied to clipboard
object
Email
:
ChannelSubtype
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ChannelSubtype
Sms
Link copied to clipboard
object
Sms
:
ChannelSubtype
Telephony
Link copied to clipboard
object
Telephony
:
ChannelSubtype
Whatsapp
Link copied to clipboard
object
Whatsapp
:
ChannelSubtype
Properties
value
Link copied to clipboard
abstract
val
value
:
String