AWS SDK for Kotlin
Toggle table of contents
1.5.84
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
mwaaserverless
/
aws.sdk.kotlin.services.mwaaserverless.model
/
RunType
Run
Type
sealed
class
RunType
Inheritors
OnDemand
Scheduled
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
On
Demand
Link copied to clipboard
object
OnDemand
:
RunType
Scheduled
Link copied to clipboard
object
Scheduled
:
RunType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RunType
Properties
value
Link copied to clipboard
abstract
val
value
:
String