AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
notifications
/
aws.sdk.kotlin.services.notifications.model
/
ChannelType
Channel
Type
sealed
class
ChannelType
Inheritors
AccountContact
Chatbot
Email
Mobile
SdkUnknown
Members
Types
Account
Contact
Link copied to clipboard
object
AccountContact
:
ChannelType
Chatbot
Link copied to clipboard
object
Chatbot
:
ChannelType
Companion
Link copied to clipboard
object
Companion
Email
Link copied to clipboard
object
Email
:
ChannelType
Mobile
Link copied to clipboard
object
Mobile
:
ChannelType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ChannelType
Properties
value
Link copied to clipboard
abstract
val
value
:
String