Class: Aws::Types::HandlerConfigs
- Inherits:
-
Object
- Object
- Aws::Types::HandlerConfigs
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#on_publish ⇒ Types::HandlerConfig
Returns the value of attribute on_publish.
-
#on_subscribe ⇒ Types::HandlerConfig
Returns the value of attribute on_subscribe.
Instance Attribute Details
#on_publish ⇒ Types::HandlerConfig
Returns the value of attribute on_publish.
894 895 896 |
# File 'sig/types.rbs', line 894 def on_publish @on_publish end |
#on_subscribe ⇒ Types::HandlerConfig
Returns the value of attribute on_subscribe.
895 896 897 |
# File 'sig/types.rbs', line 895 def on_subscribe @on_subscribe end |