AWS SDK for Kotlin
Toggle table of contents
1.6.4
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
connect
/
aws.sdk.kotlin.services.connect.model
/
TestCaseStatus
Test
Case
Status
sealed
class
TestCaseStatus
The status of a test case.
Inheritors
Published
Saved
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Published
Link copied to clipboard
object
Published
:
TestCaseStatus
Saved
Link copied to clipboard
object
Saved
:
TestCaseStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TestCaseStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String