AWS SDK for Kotlin
Toggle table of contents
1.6.47
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
devopsagent
/
aws.sdk.kotlin.services.devopsagent.model
/
EventChannelType
Event
Channel
Type
sealed
class
EventChannelType
Event Channel type
Inheritors
Webhook
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EventChannelType
Webhook
Link copied to clipboard
object
Webhook
:
EventChannelType
Webhook-based event channel
Properties
value
Link copied to clipboard
abstract
val
value
:
String