Class: Aws::Connect::Types::StartContactMediaProcessingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::StartContactMediaProcessingRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_id ⇒ String
The identifier of the contact.
-
#failure_mode ⇒ String
The desired behavior for failed message processing.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#processor_arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda processor.
Instance Attribute Details
#contact_id ⇒ String
The identifier of the contact.
29225 29226 29227 29228 29229 29230 29231 29232 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 29225 class StartContactMediaProcessingRequest < Struct.new( :instance_id, :contact_id, :processor_arn, :failure_mode) SENSITIVE = [] include Aws::Structure end |
#failure_mode ⇒ String
The desired behavior for failed message processing.
29225 29226 29227 29228 29229 29230 29231 29232 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 29225 class StartContactMediaProcessingRequest < Struct.new( :instance_id, :contact_id, :processor_arn, :failure_mode) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
29225 29226 29227 29228 29229 29230 29231 29232 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 29225 class StartContactMediaProcessingRequest < Struct.new( :instance_id, :contact_id, :processor_arn, :failure_mode) SENSITIVE = [] include Aws::Structure end |
#processor_arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda processor. You can find the Amazon Resource Name of the lambda in the lambda console.
29225 29226 29227 29228 29229 29230 29231 29232 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 29225 class StartContactMediaProcessingRequest < Struct.new( :instance_id, :contact_id, :processor_arn, :failure_mode) SENSITIVE = [] include Aws::Structure end |