AWS SDK for Kotlin
Toggle table of contents
1.6.106
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
appconfig
/
aws.sdk.kotlin.services.appconfig.model
/
ExperimentRunStatus
Experiment
Run
Status
sealed
class
ExperimentRunStatus
Inheritors
Done
Running
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Done
Link copied to clipboard
object
Done
:
ExperimentRunStatus
Running
Link copied to clipboard
object
Running
:
ExperimentRunStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ExperimentRunStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String