toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
greengrass
/
aws.sdk.kotlin.services.greengrass.model
/
ConfigurationSyncStatus
Configuration
Sync
Status
sealed
class
ConfigurationSyncStatus
Inheritors
InSync
OutOfSync
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
In
Sync
Link copied to clipboard
object
InSync
:
ConfigurationSyncStatus
Out
Of
Sync
Link copied to clipboard
object
OutOfSync
:
ConfigurationSyncStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ConfigurationSyncStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String