Class: Aws::Chime::Types::PutEventsConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#events_configurationTypes::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