Class: Aws::Types::HandlerConfigs

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#on_publishTypes::HandlerConfig

Returns the value of attribute on_publish.



894
895
896
# File 'sig/types.rbs', line 894

def on_publish
  @on_publish
end

#on_subscribeTypes::HandlerConfig

Returns the value of attribute on_subscribe.



895
896
897
# File 'sig/types.rbs', line 895

def on_subscribe
  @on_subscribe
end