Class: Aws::Types::ConfigurationEvent
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_definitions ⇒ ::Array[Types::ChannelDefinition]
Returns the value of attribute channel_definitions.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#post_call_analytics_settings ⇒ Types::PostCallAnalyticsSettings
Returns the value of attribute post_call_analytics_settings.
Instance Attribute Details
#channel_definitions ⇒ ::Array[Types::ChannelDefinition]
Returns the value of attribute channel_definitions.
91 92 93 |
# File 'sig/types.rbs', line 91 def channel_definitions @channel_definitions end |
#event_type ⇒ Object
Returns the value of attribute event_type.
93 94 95 |
# File 'sig/types.rbs', line 93 def event_type @event_type end |
#post_call_analytics_settings ⇒ Types::PostCallAnalyticsSettings
Returns the value of attribute post_call_analytics_settings.
92 93 94 |
# File 'sig/types.rbs', line 92 def post_call_analytics_settings @post_call_analytics_settings end |