Class: Aws::Types::EventTriggerContext
- Inherits:
-
Object
- Object
- Aws::Types::EventTriggerContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_context ⇒ Types::ChannelContext
Returns the value of attribute channel_context.
-
#source_event ⇒ ::String
Returns the value of attribute source_event.
Instance Attribute Details
#channel_context ⇒ Types::ChannelContext
Returns the value of attribute channel_context.
288 289 290 |
# File 'sig/types.rbs', line 288 def channel_context @channel_context end |
#source_event ⇒ ::String
Returns the value of attribute source_event.
287 288 289 |
# File 'sig/types.rbs', line 287 def source_event @source_event end |