AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
budgets
/
aws.sdk.kotlin.services.budgets.model
/
ThresholdType
Threshold
Type
sealed
class
ThresholdType
The type of threshold for a notification.
Inheritors
AbsoluteValue
Percentage
SdkUnknown
Members
Types
Absolute
Value
Link copied to clipboard
object
AbsoluteValue
:
ThresholdType
Companion
Link copied to clipboard
object
Companion
Percentage
Link copied to clipboard
object
Percentage
:
ThresholdType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ThresholdType
Properties
value
Link copied to clipboard
abstract
val
value
:
String