Class: Aws::Chime::Types::PutEventsConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::PutEventsConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events_configuration ⇒ Types::EventsConfiguration
The configuration that allows a bot to receive outgoing events.
Instance Attribute Details
#events_configuration ⇒ Types::EventsConfiguration
The configuration that allows a bot to receive outgoing events. Can be either an HTTPS endpoint or a Lambda function ARN.
6688 6689 6690 6691 6692 |
# File 'lib/aws-sdk-chime/types.rb', line 6688 class PutEventsConfigurationResponse < Struct.new( :events_configuration) SENSITIVE = [] include Aws::Structure end |