AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
apigatewayv2
/
aws.sdk.kotlin.services.apigatewayv2.model
/
PassthroughBehavior
Passthrough
Behavior
sealed
class
PassthroughBehavior
Represents passthrough behavior for an integration response. Supported only for WebSocket APIs.
Inheritors
Never
WhenNoMatch
WhenNoTemplates
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Never
Link copied to clipboard
object
Never
:
PassthroughBehavior
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PassthroughBehavior
When
No
Match
Link copied to clipboard
object
WhenNoMatch
:
PassthroughBehavior
When
No
Templates
Link copied to clipboard
object
WhenNoTemplates
:
PassthroughBehavior
Properties
value
Link copied to clipboard
abstract
val
value
:
String