Class: Aws::ChimeSDKMessaging::Types::ChannelFlowCallbackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ChannelFlowCallbackRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#callback_id ⇒ String
The identifier passed to the processor by the service when invoked.
-
#channel_arn ⇒ String
The ARN of the channel.
-
#channel_message ⇒ Types::ChannelMessageCallback
Stores information about the processed message.
-
#delete_resource ⇒ Boolean
When a processor determines that a message needs to be ‘DENIED`, pass this parameter with a value of true.
Instance Attribute Details
#callback_id ⇒ String
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.
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_arn ⇒ String
The ARN of the channel.
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_message ⇒ Types::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_resource ⇒ Boolean
When a processor determines that a message needs to be ‘DENIED`, pass this parameter with a value of true.
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 |