Class: Aws::AppSync::Types::HandlerConfigs

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#on_publishTypes::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_subscribeTypes::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