AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
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