Class: Aws::Chime::Types::PutEventsConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::PutEventsConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:outbound_events_https_endpoint, :lambda_function_arn]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Chime account ID.
-
#bot_id ⇒ String
The bot ID.
-
#lambda_function_arn ⇒ String
Lambda function ARN that allows the bot to receive outgoing events.
-
#outbound_events_https_endpoint ⇒ String
HTTPS endpoint that allows the bot to receive outgoing events.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
6838 6839 6840 6841 6842 6843 6844 6845 |
# File 'lib/aws-sdk-chime/types.rb', line 6838 class PutEventsConfigurationRequest < Struct.new( :account_id, :bot_id, :outbound_events_https_endpoint, :lambda_function_arn) SENSITIVE = [:outbound_events_https_endpoint, :lambda_function_arn] include Aws::Structure end |
#bot_id ⇒ String
The bot ID.
6838 6839 6840 6841 6842 6843 6844 6845 |
# File 'lib/aws-sdk-chime/types.rb', line 6838 class PutEventsConfigurationRequest < Struct.new( :account_id, :bot_id, :outbound_events_https_endpoint, :lambda_function_arn) SENSITIVE = [:outbound_events_https_endpoint, :lambda_function_arn] include Aws::Structure end |
#lambda_function_arn ⇒ String
Lambda function ARN that allows the bot to receive outgoing events.
6838 6839 6840 6841 6842 6843 6844 6845 |
# File 'lib/aws-sdk-chime/types.rb', line 6838 class PutEventsConfigurationRequest < Struct.new( :account_id, :bot_id, :outbound_events_https_endpoint, :lambda_function_arn) SENSITIVE = [:outbound_events_https_endpoint, :lambda_function_arn] include Aws::Structure end |
#outbound_events_https_endpoint ⇒ String
HTTPS endpoint that allows the bot to receive outgoing events.
6838 6839 6840 6841 6842 6843 6844 6845 |
# File 'lib/aws-sdk-chime/types.rb', line 6838 class PutEventsConfigurationRequest < Struct.new( :account_id, :bot_id, :outbound_events_https_endpoint, :lambda_function_arn) SENSITIVE = [:outbound_events_https_endpoint, :lambda_function_arn] include Aws::Structure end |