toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
greengrassv2
/
aws.sdk.kotlin.services.greengrassv2.model
/
CoreDeviceStatus
Core
Device
Status
sealed
class
CoreDeviceStatus
Inheritors
Healthy
Unhealthy
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Healthy
Link copied to clipboard
object
Healthy
:
CoreDeviceStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CoreDeviceStatus
Unhealthy
Link copied to clipboard
object
Unhealthy
:
CoreDeviceStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String