AWS SDK for Kotlin
Toggle table of contents
1.4.119
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
eventbridge
/
aws.sdk.kotlin.services.eventbridge.model
/
ReplayState
Replay
State
sealed
class
ReplayState
Inheritors
Cancelled
Cancelling
Completed
Failed
Running
Starting
SdkUnknown
Members
Types
Cancelled
Link copied to clipboard
object
Cancelled
:
ReplayState
Cancelling
Link copied to clipboard
object
Cancelling
:
ReplayState
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
ReplayState
Failed
Link copied to clipboard
object
Failed
:
ReplayState
Running
Link copied to clipboard
object
Running
:
ReplayState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReplayState
Starting
Link copied to clipboard
object
Starting
:
ReplayState
Properties
value
Link copied to clipboard
abstract
val
value
:
String