Class: Aws::Connect::Types::UpdateParticipantRoleConfigRequest

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

#channel_configurationTypes::UpdateParticipantRoleConfigChannelInfo

The Connect Customer channel you want to configure.



36549
36550
36551
36552
36553
36554
36555
# File 'lib/aws-sdk-connect/types.rb', line 36549

class UpdateParticipantRoleConfigRequest < Struct.new(
  :instance_id,
  :contact_id,
  :channel_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#contact_idString

The identifier of the contact in this instance of Connect Customer.

Returns:

  • (String)


36549
36550
36551
36552
36553
36554
36555
# File 'lib/aws-sdk-connect/types.rb', line 36549

class UpdateParticipantRoleConfigRequest < Struct.new(
  :instance_id,
  :contact_id,
  :channel_configuration)
  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.

Returns:

  • (String)


36549
36550
36551
36552
36553
36554
36555
# File 'lib/aws-sdk-connect/types.rb', line 36549

class UpdateParticipantRoleConfigRequest < Struct.new(
  :instance_id,
  :contact_id,
  :channel_configuration)
  SENSITIVE = []
  include Aws::Structure
end