AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
applicationsignals
/
aws.sdk.kotlin.services.applicationsignals.model
/
ServiceLevelObjectiveBudgetStatus
Service
Level
Objective
Budget
Status
sealed
class
ServiceLevelObjectiveBudgetStatus
Inheritors
Breached
InsufficientData
Ok
Warning
SdkUnknown
Members
Types
Breached
Link copied to clipboard
object
Breached
:
ServiceLevelObjectiveBudgetStatus
Companion
Link copied to clipboard
object
Companion
Insufficient
Data
Link copied to clipboard
object
InsufficientData
:
ServiceLevelObjectiveBudgetStatus
Ok
Link copied to clipboard
object
Ok
:
ServiceLevelObjectiveBudgetStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ServiceLevelObjectiveBudgetStatus
Warning
Link copied to clipboard
object
Warning
:
ServiceLevelObjectiveBudgetStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String