Class: Aws::Connect::Types::StartContactMediaProcessingRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idString

The identifier of the contact.



34644
34645
34646
34647
34648
34649
34650
34651
# File 'lib/aws-sdk-connect/types.rb', line 34644

class StartContactMediaProcessingRequest < Struct.new(
  :instance_id,
  :contact_id,
  :processor_arn,
  :failure_mode)
  SENSITIVE = []
  include Aws::Structure
end

#failure_modeString

The desired behavior for failed message processing.



34644
34645
34646
34647
34648
34649
34650
34651
# File 'lib/aws-sdk-connect/types.rb', line 34644

class StartContactMediaProcessingRequest < Struct.new(
  :instance_id,
  :contact_id,
  :processor_arn,
  :failure_mode)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.



34644
34645
34646
34647
34648
34649
34650
34651
# File 'lib/aws-sdk-connect/types.rb', line 34644

class StartContactMediaProcessingRequest < Struct.new(
  :instance_id,
  :contact_id,
  :processor_arn,
  :failure_mode)
  SENSITIVE = []
  include Aws::Structure
end

#processor_arnString

The Amazon Resource Name (ARN) of the Lambda processor. You can find the Amazon Resource Name of the lambda in the lambda console.



34644
34645
34646
34647
34648
34649
34650
34651
# File 'lib/aws-sdk-connect/types.rb', line 34644

class StartContactMediaProcessingRequest < Struct.new(
  :instance_id,
  :contact_id,
  :processor_arn,
  :failure_mode)
  SENSITIVE = []
  include Aws::Structure
end