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
/
EventSourceState
Event
Source
State
sealed
class
EventSourceState
Inheritors
Active
Deleted
Pending
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
EventSourceState
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
EventSourceState
Pending
Link copied to clipboard
object
Pending
:
EventSourceState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EventSourceState
Properties
value
Link copied to clipboard
abstract
val
value
:
String