AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
glue
/
aws.sdk.kotlin.services.glue.model
/
ScheduleState
Schedule
State
sealed
class
ScheduleState
Inheritors
NotScheduled
Scheduled
Transitioning
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Not
Scheduled
Link copied to clipboard
object
NotScheduled
:
ScheduleState
Scheduled
Link copied to clipboard
object
Scheduled
:
ScheduleState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ScheduleState
Transitioning
Link copied to clipboard
object
Transitioning
:
ScheduleState
Properties
value
Link copied to clipboard
abstract
val
value
:
String