Class: Aws::Types::RuleTriggerEventSource
- Inherits:
-
Object
- Object
- Aws::Types::RuleTriggerEventSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_source_name ⇒ "OnPostCallAnalysisAvailable", ...
Returns the value of attribute event_source_name.
-
#integration_association_id ⇒ ::String
Returns the value of attribute integration_association_id.
Instance Attribute Details
#event_source_name ⇒ "OnPostCallAnalysisAvailable", ...
Returns the value of attribute event_source_name.
7016 7017 7018 |
# File 'sig/types.rbs', line 7016 def event_source_name @event_source_name end |
#integration_association_id ⇒ ::String
Returns the value of attribute integration_association_id.
7017 7018 7019 |
# File 'sig/types.rbs', line 7017 def integration_association_id @integration_association_id end |