toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
glue
/
aws.sdk.kotlin.services.glue.model
/
CrawlerHistoryState
Crawler
History
State
sealed
class
CrawlerHistoryState
Inheritors
Completed
Failed
Running
Stopped
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
CrawlerHistoryState
Failed
Link copied to clipboard
object
Failed
:
CrawlerHistoryState
Running
Link copied to clipboard
object
Running
:
CrawlerHistoryState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CrawlerHistoryState
Stopped
Link copied to clipboard
object
Stopped
:
CrawlerHistoryState
Properties
value
Link copied to clipboard
abstract
val
value
:
String