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
/
NotificationType
Notification
Type
sealed
class
NotificationType
Inheritors
Alert
Announcement
Informational
Warning
SdkUnknown
Members
Types
Alert
Link copied to clipboard
object
Alert
:
NotificationType
Announcement
Link copied to clipboard
object
Announcement
:
NotificationType
Companion
Link copied to clipboard
object
Companion
Informational
Link copied to clipboard
object
Informational
:
NotificationType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
NotificationType
Warning
Link copied to clipboard
object
Warning
:
NotificationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String