Class: Aws::ChimeSDKMessaging::Types::ChannelFlowCallbackRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#callback_idString

The identifier passed to the processor by the service when invoked. Use the identifier to call back the service.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


404
405
406
407
408
409
410
411
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 404

class ChannelFlowCallbackRequest < Struct.new(
  :callback_id,
  :channel_arn,
  :delete_resource,
  :channel_message)
  SENSITIVE = []
  include Aws::Structure
end

#channel_arnString

The ARN of the channel.

Returns:

  • (String)


404
405
406
407
408
409
410
411
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 404

class ChannelFlowCallbackRequest < Struct.new(
  :callback_id,
  :channel_arn,
  :delete_resource,
  :channel_message)
  SENSITIVE = []
  include Aws::Structure
end

#channel_messageTypes::ChannelMessageCallback

Stores information about the processed message.



404
405
406
407
408
409
410
411
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 404

class ChannelFlowCallbackRequest < Struct.new(
  :callback_id,
  :channel_arn,
  :delete_resource,
  :channel_message)
  SENSITIVE = []
  include Aws::Structure
end

#delete_resourceBoolean

When a processor determines that a message needs to be ‘DENIED`, pass this parameter with a value of true.

Returns:

  • (Boolean)


404
405
406
407
408
409
410
411
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 404

class ChannelFlowCallbackRequest < Struct.new(
  :callback_id,
  :channel_arn,
  :delete_resource,
  :channel_message)
  SENSITIVE = []
  include Aws::Structure
end