Class: Aws::AppSync::Types::HandlerConfigs
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::HandlerConfigs
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
The configuration for the ‘OnPublish` and `OnSubscribe` handlers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#on_publish ⇒ Types::HandlerConfig
The configuration for the ‘OnPublish` handler.
-
#on_subscribe ⇒ Types::HandlerConfig
The configuration for the ‘OnSubscribe` handler.
Instance Attribute Details
#on_publish ⇒ Types::HandlerConfig
The configuration for the ‘OnPublish` handler.
3533 3534 3535 3536 3537 3538 |
# File 'lib/aws-sdk-appsync/types.rb', line 3533 class HandlerConfigs < Struct.new( :on_publish, :on_subscribe) SENSITIVE = [] include Aws::Structure end |
#on_subscribe ⇒ Types::HandlerConfig
The configuration for the ‘OnSubscribe` handler.
3533 3534 3535 3536 3537 3538 |
# File 'lib/aws-sdk-appsync/types.rb', line 3533 class HandlerConfigs < Struct.new( :on_publish, :on_subscribe) SENSITIVE = [] include Aws::Structure end |