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)


18114
18115
18116
18117
18118
18119
18120
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18114

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.



18114
18115
18116
18117
18118
18119
18120
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18114

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)


18114
18115
18116
18117
18118
18119
18120
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18114

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