AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
dataexchange
/
aws.sdk.kotlin.services.dataexchange.model
/
NotificationType
Notification
Type
sealed
class
NotificationType
Inheritors
DataDelay
DataUpdate
Deprecation
SchemaChange
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Data
Delay
Link copied to clipboard
object
DataDelay
:
NotificationType
Data
Update
Link copied to clipboard
object
DataUpdate
:
NotificationType
Deprecation
Link copied to clipboard
object
Deprecation
:
NotificationType
Schema
Change
Link copied to clipboard
object
SchemaChange
:
NotificationType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
NotificationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String