Class: Aws::Connect::Types::ParticipantDetailsToAdd

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

Overview

The details to add for the participant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

The display name of the participant.

Returns:

  • (String)


18143
18144
18145
18146
18147
18148
18149
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18143

class ParticipantDetailsToAdd < Struct.new(
  :participant_role,
  :display_name,
  :participant_capabilities)
  SENSITIVE = []
  include Aws::Structure
end

#participant_capabilitiesTypes::ParticipantCapabilities

The configuration for the allowed video and screen sharing capabilities for participants present over the call. For more information, see Set up in-app, web, video calling, and screen sharing capabilities in the Amazon Connect Administrator Guide.



18143
18144
18145
18146
18147
18148
18149
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18143

class ParticipantDetailsToAdd < Struct.new(
  :participant_role,
  :display_name,
  :participant_capabilities)
  SENSITIVE = []
  include Aws::Structure
end

#participant_roleString

The role of the participant being added.

Returns:

  • (String)


18143
18144
18145
18146
18147
18148
18149
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18143

class ParticipantDetailsToAdd < Struct.new(
  :participant_role,
  :display_name,
  :participant_capabilities)
  SENSITIVE = []
  include Aws::Structure
end