AWS SDK for Kotlin
Toggle table of contents
1.5.1
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
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
Properties
value
Link copied to clipboard
abstract
val
value
:
String