AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
apptest
/
aws.sdk.kotlin.services.apptest.model
/
TestSuiteLifecycle
Test
Suite
Lifecycle
sealed
class
TestSuiteLifecycle
Inheritors
Active
Creating
Deleting
Failed
Updating
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
TestSuiteLifecycle
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
TestSuiteLifecycle
Deleting
Link copied to clipboard
object
Deleting
:
TestSuiteLifecycle
Failed
Link copied to clipboard
object
Failed
:
TestSuiteLifecycle
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TestSuiteLifecycle
Updating
Link copied to clipboard
object
Updating
:
TestSuiteLifecycle
Properties
value
Link copied to clipboard
abstract
val
value
:
String