toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
budgets
/
aws.sdk.kotlin.services.budgets.model
/
NotificationType
Notification
Type
sealed
class
NotificationType
The type of a notification. It must be ACTUAL or FORECASTED.
Inheritors
Actual
Forecasted
SdkUnknown
Members
Types
Actual
Link copied to clipboard
object
Actual
:
NotificationType
Companion
Link copied to clipboard
object
Companion
Forecasted
Link copied to clipboard
object
Forecasted
:
NotificationType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
NotificationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String