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 an HTTPS endpoint or an AWS Lambda function ARN.
6854 6855 6856 6857 6858 |
# File 'lib/aws-sdk-chime/types.rb', line 6854 class PutEventsConfigurationResponse < Struct.new( :events_configuration) SENSITIVE = [] include Aws::Structure end |