AWS SDK for Kotlin
Toggle table of contents
1.5.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
kafka
/
aws.sdk.kotlin.services.kafka.model
/
ConfigurationState
Configuration
State
sealed
class
ConfigurationState
The state of a configuration.
Inheritors
Active
DeleteFailed
Deleting
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ConfigurationState
Companion
Link copied to clipboard
object
Companion
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
ConfigurationState
Deleting
Link copied to clipboard
object
Deleting
:
ConfigurationState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ConfigurationState
Properties
value
Link copied to clipboard
abstract
val
value
:
String