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
/
StepRunStatus
Step
Run
Status
sealed
class
StepRunStatus
Inheritors
Failed
Running
Success
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
StepRunStatus
Running
Link copied to clipboard
object
Running
:
StepRunStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StepRunStatus
Success
Link copied to clipboard
object
Success
:
StepRunStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String