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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_configuration ⇒ Types::UpdateParticipantRoleConfigChannelInfo

The Connect Customer channel you want to configure.



38847
38848
38849
38850
38851
38852
38853
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 38847

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

#contact_id ⇒ String

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

Returns:

  • (String)


38847
38848
38849
38850
38851
38852
38853
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 38847

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

#instance_id ⇒ String

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

Returns:

  • (String)


38847
38848
38849
38850
38851
38852
38853
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 38847

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