Class: Aws::Ivschat::Types::MessageReviewHandler

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

Overview

Configuration information for optional message review.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fallback_resultString

Specifies the fallback behavior (whether the message is allowed or denied) if the handler does not return a valid response, encounters an error, or times out. (For the timeout period, see Service Quotas.) If allowed, the message is delivered with returned content to all users connected to the room. If denied, the message is not delivered to any user. Default: ALLOW.

Returns:

  • (String)


827
828
829
830
831
832
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 827

class MessageReviewHandler < Struct.new(
  :fallback_result,
  :uri)
  SENSITIVE = []
  include Aws::Structure
end

#uriString

Identifier of the message review handler. Currently this must be an ARN of a lambda function.

Returns:

  • (String)


827
828
829
830
831
832
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 827

class MessageReviewHandler < Struct.new(
  :fallback_result,
  :uri)
  SENSITIVE = []
  include Aws::Structure
end