Class: Aws::Chime::Types::PutEventsConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:outbound_events_https_endpoint, :lambda_function_arn]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)


6838
6839
6840
6841
6842
6843
6844
6845
# File 'gems/aws-sdk-chime/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_idString

The bot ID.

Returns:

  • (String)


6838
6839
6840
6841
6842
6843
6844
6845
# File 'gems/aws-sdk-chime/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_arnString

Lambda function ARN that allows the bot to receive outgoing events.

Returns:

  • (String)


6838
6839
6840
6841
6842
6843
6844
6845
# File 'gems/aws-sdk-chime/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_endpointString

HTTPS endpoint that allows the bot to receive outgoing events.

Returns:

  • (String)


6838
6839
6840
6841
6842
6843
6844
6845
# File 'gems/aws-sdk-chime/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