AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
kafkaconnect
/
aws.sdk.kotlin.services.kafkaconnect.model
/
WorkerConfigurationState
Worker
Configuration
State
sealed
class
WorkerConfigurationState
Inheritors
Active
Deleting
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
WorkerConfigurationState
Companion
Link copied to clipboard
object
Companion
Deleting
Link copied to clipboard
object
Deleting
:
WorkerConfigurationState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
WorkerConfigurationState
Properties
value
Link copied to clipboard
abstract
val
value
:
String