AWS SDK for Kotlin
Toggle table of contents
1.5.33
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
budgets
/
aws.sdk.kotlin.services.budgets.model
/
HealthStatusValue
Health
Status
Value
sealed
class
HealthStatusValue
Inheritors
Healthy
Unhealthy
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Healthy
Link copied to clipboard
object
Healthy
:
HealthStatusValue
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
HealthStatusValue
Unhealthy
Link copied to clipboard
object
Unhealthy
:
HealthStatusValue
Properties
value
Link copied to clipboard
abstract
val
value
:
String